Html Css Color HEX #4C6116 Verdun Green

📋 copy color: '#4C6116'

red 76 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #4C6116

Tints of Verdun Green #4C6116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.74%

 BLUE value IS 22 (8.98% from 255) = 11.28%

R = 38.97%
G = 49.74%
B = 11.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#4C6116 (or 0x4C6116) is known color: Verdun Green. HEX triplet: 4C, 61 and 16. RGB value is (76,97,22). Sum of RGB (Red+Green+Blue) = 76+97+22=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #4C6116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6116 is #B39EE9. Grayscale: #525252. Windows color (decimal): -11771626 or 1466700. OLE color: 1466700.

HSL color Cylindrical-coordinate representation of color #4C6116: hue angle of 76.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C6116 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 97 22 -
CMYK 0.22 0 0.77 0.62
HSL 76.8º 0.63% 0.23% -
HSV(B) 76.8º 0.77% 0.38% -
XYZ 7.4 10.14 2.33 -
YUV 82.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 76 97 22 0.22 0 0.77 0.62 76.8 0.63 0.23
Hex 4C 61 16 16 0 4D 3E 4D 3F 17
Octal 114 141 26 26 0 115 76 115 77 27
Binary 1001100 1100001 10110 10110 0 1001101 111110 1001101 111111 10111

Color Harmonies of #4C6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6116

Black with #4C6116

Text Example


Text Example

White with #4C6116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,97,22); }

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

background-color css

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

 a { background-color: rgb(76,97,22); }

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

border-color css

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

 span { border-color: rgb(76,97,22); }

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