#4C6202

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

Shades of Verdun Green #4C6202

Tints of Verdun Green #4C6202

Color information

#4C6202 (or 0x4C6202) is unknown color: approx Verdun Green. HEX triplet: 4C, 62 and 02. RGB value is (76,98,2). Sum of RGB (Red+Green+Blue) = 76+98+2=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #4C6202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6202 is #B39DFD. Grayscale: #505050. Windows color (decimal): -11771390 or 156236. OLE color: 156236.

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

Color convert

RGB76982-
CMYK0.2200.980.62
HSL73.75º96%19.61%-
HSV(B)73.75º97.96%38.43%-
XYZ7.3610.281.65-
YUV80.4883.71124.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.18%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=43.18%
G=55.68%
B=1.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal769820.2200.980.6273.759619.61
Hex4C622160623E4a6014
Octal11414222601427611214024
Binary100110011000101010110011000101111101001010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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