#4C6419

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

Shades of Verdun Green #4C6419

Tints of Verdun Green #4C6419

Color information

#4C6419 (or 0x4C6419) is unknown color: approx Verdun Green. HEX triplet: 4C, 64 and 19. RGB value is (76,100,25). Sum of RGB (Red+Green+Blue) = 76+100+25=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #4C6419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6419 is #B39BE6. Grayscale: #545454. Windows color (decimal): -11770855 or 1664076. OLE color: 1664076.

HSL color Cylindrical-coordinate representation of color #4C6419: hue angle of 79.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C6419 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB7610025-
CMYK0.2400.750.61
HSL79.2º60%24.51%-
HSV(B)79.2º75%39.22%-
XYZ7.7110.722.58-
YUV84.2794.55122.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.81%
GREEN value IS 100 (39.45% from 255) = 49.75%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=37.81%
G=49.75%
B=12.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal76100250.2400.750.6179.26024.51
Hex4C64191804B3D4f3c19
Octal11414431300113751177431
Binary10011001100100110011100001001011111101100111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,100,25); }

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

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

 a { background-color: rgb(76,100,25); }

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

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

 span { border-color: rgb(76,100,25); }

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