#4B6418

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

Shades of Verdun Green #4B6418

Tints of Verdun Green #4B6418

Color information

#4B6418 (or 0x4B6418) is unknown color: approx Verdun Green. HEX triplet: 4B, 64 and 18. RGB value is (75,100,24). Sum of RGB (Red+Green+Blue) = 75+100+24=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6418 is #B49BE7. Grayscale: #545454. Windows color (decimal): -11836392 or 1598539. OLE color: 1598539.

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

Color convert

RGB7510024-
CMYK0.2500.760.61
HSL79.74º61.29%24.31%-
HSV(B)79.74º76%39.22%-
XYZ7.6210.682.52-
YUV83.8694.22121.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.69%
GREEN value IS 100 (39.45% from 255) = 50.25%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=37.69%
G=50.25%
B=12.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal75100240.2500.760.6179.7461.2924.31
Hex4B64181904C3D503d18
Octal11314430310114751207530
Binary10010111100100110001100101001100111101101000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,100,24); }

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

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

 a { background-color: rgb(75,100,24); }

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

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

 span { border-color: rgb(75,100,24); }

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