Html Css Color HEX #495A1C Verdun Green

📋 copy color: '#495A1C'

red 73 ◦ green 90 ◦ blue 28

#495A1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #495A1C

Tints of Verdun Green #495A1C

RGB

 RED value IS 73 (28.91% from 255) = 38.22%

 GREEN value IS 90 (35.55% from 255) = 47.12%

 BLUE value IS 28 (11.33% from 255) = 14.66%

R = 38.22%
G = 47.12%
B = 14.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#495A1C (or 0x495A1C) is known color: Verdun Green. HEX triplet: 49, 5A and 1C. RGB value is (73,90,28). Sum of RGB (Red+Green+Blue) = 73+90+28=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #495A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A1C is #B6A5E3. Grayscale: #4E4E4E. Windows color (decimal): -11970020 or 1858121. OLE color: 1858121.

HSL color Cylindrical-coordinate representation of color #495A1C: hue angle of 76.45º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495A1C is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 90 28 -
CMYK 0.19 0 0.69 0.65
HSL 76.45º 0.53% 0.23% -
HSV(B) 76.45º 0.69% 0.35% -
XYZ 6.61 8.81 2.45 -
YUV 77.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 73 90 28 0.19 0 0.69 0.65 76.45 0.53 0.23
Hex 49 5A 1C 13 0 45 41 4C 35 17
Octal 111 132 34 23 0 105 101 114 65 27
Binary 1001001 1011010 11100 10011 0 1000101 1000001 1001100 110101 10111

Color Harmonies of #495A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A1C

Black with #495A1C

Text Example


Text Example

White with #495A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495A1C; }

 p { color: rgb(73,90,28); }

 H1.HeaderClassName
 {
   color: #495A1C;
 }
 .AnyTagClassName
 {
   color: #495A1C;
 }
</style>

background-color css

<style>
 a { background-color: #495A1C; }

 a { background-color: rgb(73,90,28); }

 div.DivClassName
 {
   background-color: #495A1C;
 }
 .BgClassName
 {
   background-color: #495A1C;
 }
</style>

border-color css

<style>
 span { border-color: #495A1C; }

 span { border-color: rgb(73,90,28); }

 td.TdClassName
 {
   border-color: #495A1C;
 }
 .TagClassName
 {
   border-color: #495A1C;
 }
</style>