Html Css Color HEX #4C490C Verdun Green

📋 copy color: '#4C490C'

red 76 ◦ green 73 ◦ blue 12

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

Shades of Verdun Green #4C490C

Tints of Verdun Green #4C490C

RGB

 RED value IS 76 (30.08% from 255) = 47.2%

 GREEN value IS 73 (28.91% from 255) = 45.34%

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

R = 47.2%
G = 45.34%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4C490C (or 0x4C490C) is known color: Verdun Green. HEX triplet: 4C, 49 and 0C. RGB value is (76,73,12). Sum of RGB (Red+Green+Blue) = 76+73+12=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C490C is #B3B6F3. Grayscale: #434343. Windows color (decimal): -11777780 or 805196. OLE color: 805196.

HSL color Cylindrical-coordinate representation of color #4C490C: hue angle of 57.19º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C490C is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 73 12 -
CMYK 0 0.04 0.84 0.70
HSL 57.19º 0.73% 0.17% -
HSV(B) 57.19º 0.84% 0.3% -
XYZ 5.43 6.33 1.28 -
YUV 66.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 76 73 12 0 0.04 0.84 0.70 57.19 0.73 0.17
Hex 4C 49 C 0 4 54 46 39 49 11
Octal 114 111 14 0 4 124 106 71 111 21
Binary 1001100 1001001 1100 0 100 1010100 1000110 111001 1001001 10001

Color Harmonies of #4C490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C490C

Black with #4C490C

Text Example


Text Example

White with #4C490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C490C; }

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

 H1.HeaderClassName
 {
   color: #4C490C;
 }
 .AnyTagClassName
 {
   color: #4C490C;
 }
</style>

background-color css

<style>
 a { background-color: #4C490C; }

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

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

border-color css

<style>
 span { border-color: #4C490C; }

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

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