Html Css Color HEX #4C560C Verdun Green

📋 copy color: '#4C560C'

red 76 ◦ green 86 ◦ blue 12

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

Shades of Verdun Green #4C560C

Tints of Verdun Green #4C560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.43%

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

R = 43.68%
G = 49.43%
B = 6.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#4C560C (or 0x4C560C) is known color: Verdun Green. HEX triplet: 4C, 56 and 0C. RGB value is (76,86,12). Sum of RGB (Red+Green+Blue) = 76+86+12=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #4C560C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C560C is #B3A9F3. Grayscale: #4A4A4A. Windows color (decimal): -11774452 or 808524. OLE color: 808524.

HSL color Cylindrical-coordinate representation of color #4C560C: hue angle of 68.11º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C560C is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 76 86 12 -
CMYK 0.12 0 0.86 0.66
HSL 68.11º 0.76% 0.19% -
HSV(B) 68.11º 0.86% 0.34% -
XYZ 6.37 8.22 1.6 -
YUV 74.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 76 86 12 0.12 0 0.86 0.66 68.11 0.76 0.19
Hex 4C 56 C C 0 56 42 44 4C 13
Octal 114 126 14 14 0 126 102 104 114 23
Binary 1001100 1010110 1100 1100 0 1010110 1000010 1000100 1001100 10011

Color Harmonies of #4C560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C560C

Black with #4C560C

Text Example


Text Example

White with #4C560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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