Html Css Color HEX #4C6011 Verdun Green

📋 copy color: '#4C6011'

red 76 ◦ green 96 ◦ blue 17

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

Shades of Verdun Green #4C6011

Tints of Verdun Green #4C6011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.79%

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

R = 40.21%
G = 50.79%
B = 8.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#4C6011 (or 0x4C6011) is known color: Verdun Green. HEX triplet: 4C, 60 and 11. RGB value is (76,96,17). Sum of RGB (Red+Green+Blue) = 76+96+17=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6011 is #B39FEE. Grayscale: #515151. Windows color (decimal): -11771887 or 1138764. OLE color: 1138764.

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

Color convert

RGB 76 96 17 -
CMYK 0.21 0 0.82 0.62
HSL 75.19º 0.7% 0.22% -
HSV(B) 75.19º 0.82% 0.38% -
XYZ 7.26 9.94 2.07 -
YUV 81.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 76 96 17 0.21 0 0.82 0.62 75.19 0.7 0.22
Hex 4C 60 11 15 0 52 3E 4B 46 16
Octal 114 140 21 25 0 122 76 113 106 26
Binary 1001100 1100000 10001 10101 0 1010010 111110 1001011 1000110 10110

Color Harmonies of #4C6011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6011

Black with #4C6011

Text Example


Text Example

White with #4C6011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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