Html Css Color HEX #494E0C Verdun Green

📋 copy color: '#494E0C'

red 73 ◦ green 78 ◦ blue 12

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

Shades of Verdun Green #494E0C

Tints of Verdun Green #494E0C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 47.85%

 BLUE value IS 12 (5.08% from 255) = 7.36%

R = 44.79%
G = 47.85%
B = 7.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#494E0C (or 0x494E0C) is known color: Verdun Green. HEX triplet: 49, 4E and 0C. RGB value is (73,78,12). Sum of RGB (Red+Green+Blue) = 73+78+12=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #494E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494E0C is #B6B1F3. Grayscale: #454545. Windows color (decimal): -11973108 or 806473. OLE color: 806473.

HSL color Cylindrical-coordinate representation of color #494E0C: hue angle of 64.55º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #494E0C is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 78 12 -
CMYK 0.06 0 0.85 0.69
HSL 64.55º 0.73% 0.18% -
HSV(B) 64.55º 0.85% 0.31% -
XYZ 5.54 6.89 1.39 -
YUV 68.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 73 78 12 0.06 0 0.85 0.69 64.55 0.73 0.18
Hex 49 4E C 6 0 55 45 41 49 12
Octal 111 116 14 6 0 125 105 101 111 22
Binary 1001001 1001110 1100 110 0 1010101 1000101 1000001 1001001 10010

Color Harmonies of #494E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E0C

Black with #494E0C

Text Example


Text Example

White with #494E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,78,12); }

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

background-color css

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

 a { background-color: rgb(73,78,12); }

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

border-color css

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

 span { border-color: rgb(73,78,12); }

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