#4C6020

Color #4C6020 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #4C6020

Tints of Verdun Green #4C6020

Color information

#4C6020 (or 0x4C6020) is unknown color: approx Verdun Green. HEX triplet: 4C, 60 and 20. RGB value is (76,96,32). Sum of RGB (Red+Green+Blue) = 76+96+32=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6020 is #B39FDF. Grayscale: #525252. Windows color (decimal): -11771872 or 2121804. OLE color: 2121804.

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

Color convert

RGB769632-
CMYK0.2100.670.62
HSL78.75º50%25.1%-
HSV(B)78.75º66.67%37.65%-
XYZ7.4210.012.91-
YUV82.7299.37123.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.25%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=37.25%
G=47.06%
B=15.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696320.2100.670.6278.755025.1
Hex4C6020150433E4f3219
Octal11414040250103761176231
Binary100110011000001000001010101000011111110100111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C6020;
 }
 .AnyTagClassName
 {
   color: #4C6020;
 }
</style>
background-color css

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

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

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

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

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

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