#4C5102

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

Shades of Verdun Green #4C5102

Tints of Verdun Green #4C5102

Color information

#4C5102 (or 0x4C5102) is unknown color: approx Verdun Green. HEX triplet: 4C, 51 and 02. RGB value is (76,81,2). Sum of RGB (Red+Green+Blue) = 76+81+2=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5102 is #B3AEFD. Grayscale: #464646. Windows color (decimal): -11775742 or 151884. OLE color: 151884.

HSL color Cylindrical-coordinate representation of color #4C5102: hue angle of 63.8º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C5102 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB76812-
CMYK0.0600.980.68
HSL63.8º95.18%16.27%-
HSV(B)63.8º97.53%31.76%-
XYZ5.937.431.18-
YUV70.589.34131.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.80%
GREEN value IS 81 (32.03% from 255) = 50.94%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=47.80%
G=50.94%
B=1.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal768120.0600.980.6863.895.1816.27
Hex4C512606244405f10
Octal11412126014210410013720
Binary10011001010001101100110001010001001000000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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