Html Css Color HEX #4C6211 Verdun Green

📋 copy color: '#4C6211'

red 76 ◦ green 98 ◦ blue 17

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

Shades of Verdun Green #4C6211

Tints of Verdun Green #4C6211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.31%

 BLUE value IS 17 (7.03% from 255) = 8.9%

R = 39.79%
G = 51.31%
B = 8.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#4C6211 (or 0x4C6211) is known color: Verdun Green. HEX triplet: 4C, 62 and 11. RGB value is (76,98,17). Sum of RGB (Red+Green+Blue) = 76+98+17=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #4C6211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6211 is #B39DEE. Grayscale: #525252. Windows color (decimal): -11771375 or 1139276. OLE color: 1139276.

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

Color convert

RGB 76 98 17 -
CMYK 0.22 0 0.83 0.62
HSL 76.3º 0.7% 0.23% -
HSV(B) 76.3º 0.83% 0.38% -
XYZ 7.45 10.31 2.13 -
YUV 82.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 76 98 17 0.22 0 0.83 0.62 76.3 0.7 0.23
Hex 4C 62 11 16 0 53 3E 4C 46 17
Octal 114 142 21 26 0 123 76 114 106 27
Binary 1001100 1100010 10001 10110 0 1010011 111110 1001100 1000110 10111

Color Harmonies of #4C6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6211

Black with #4C6211

Text Example


Text Example

White with #4C6211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,98,17); }

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

background-color css

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

 a { background-color: rgb(76,98,17); }

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

border-color css

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

 span { border-color: rgb(76,98,17); }

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