Html Css Color HEX #494C14 Verdun Green

📋 copy color: '#494C14'

red 73 ◦ green 76 ◦ blue 20

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

Shades of Verdun Green #494C14

Tints of Verdun Green #494C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 43.2%
G = 44.97%
B = 11.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#494C14 (or 0x494C14) is known color: Verdun Green. HEX triplet: 49, 4C and 14. RGB value is (73,76,20). Sum of RGB (Red+Green+Blue) = 73+76+20=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #494C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494C14 is #B6B3EB. Grayscale: #444444. Windows color (decimal): -11973612 or 1330249. OLE color: 1330249.

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

Color convert

RGB 73 76 20 -
CMYK 0.04 0 0.74 0.70
HSL 63.21º 0.58% 0.19% -
HSV(B) 63.21º 0.74% 0.3% -
XYZ 5.46 6.64 1.65 -
YUV 68.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 73 76 20 0.04 0 0.74 0.70 63.21 0.58 0.19
Hex 49 4C 14 4 0 4A 46 3F 3A 13
Octal 111 114 24 4 0 112 106 77 72 23
Binary 1001001 1001100 10100 100 0 1001010 1000110 111111 111010 10011

Color Harmonies of #494C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C14

Black with #494C14

Text Example


Text Example

White with #494C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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