Html Css Color HEX #494C13 Verdun Green

📋 copy color: '#494C13'

red 73 ◦ green 76 ◦ blue 19

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

Shades of Verdun Green #494C13

Tints of Verdun Green #494C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 45.24%

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 43.45%
G = 45.24%
B = 11.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#494C13 (or 0x494C13) is known color: Verdun Green. HEX triplet: 49, 4C and 13. RGB value is (73,76,19). Sum of RGB (Red+Green+Blue) = 73+76+19=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #494C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494C13 is #B6B3EC. Grayscale: #444444. Windows color (decimal): -11973613 or 1264713. OLE color: 1264713.

HSL color Cylindrical-coordinate representation of color #494C13: hue angle of 63.16º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #494C13 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 76 19 -
CMYK 0.04 0 0.75 0.70
HSL 63.16º 0.6% 0.19% -
HSV(B) 63.16º 0.75% 0.3% -
XYZ 5.45 6.63 1.61 -
YUV 68.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 73 76 19 0.04 0 0.75 0.70 63.16 0.6 0.19
Hex 49 4C 13 4 0 4B 46 3F 3C 13
Octal 111 114 23 4 0 113 106 77 74 23
Binary 1001001 1001100 10011 100 0 1001011 1000110 111111 111100 10011

Color Harmonies of #494C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C13

Black with #494C13

Text Example


Text Example

White with #494C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494C13; }

 p { color: rgb(73,76,19); }

 H1.HeaderClassName
 {
   color: #494C13;
 }
 .AnyTagClassName
 {
   color: #494C13;
 }
</style>

background-color css

<style>
 a { background-color: #494C13; }

 a { background-color: rgb(73,76,19); }

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

border-color css

<style>
 span { border-color: #494C13; }

 span { border-color: rgb(73,76,19); }

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