#4B5F18

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

Shades of Verdun Green #4B5F18

Tints of Verdun Green #4B5F18

Color information

#4B5F18 (or 0x4B5F18) is unknown color: approx Verdun Green. HEX triplet: 4B, 5F and 18. RGB value is (75,95,24). Sum of RGB (Red+Green+Blue) = 75+95+24=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #4B5F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5F18 is #B4A0E7. Grayscale: #515151. Windows color (decimal): -11837672 or 1597259. OLE color: 1597259.

HSL color Cylindrical-coordinate representation of color #4B5F18: hue angle of 76.9º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B5F18 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB759524-
CMYK0.2100.750.63
HSL76.9º59.66%23.33%-
HSV(B)76.9º74.74%37.25%-
XYZ7.169.752.37-
YUV80.9395.87123.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.66%
GREEN value IS 95 (37.5% from 255) = 48.97%
BLUE value IS 24 (9.77% from 255) = 12.37%
R=38.66%
G=48.97%
B=12.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7595240.2100.750.6376.959.6623.33
Hex4B5F181504B3F4d3c17
Octal11313730250113771157427
Binary10010111011111110001010101001011111111100110111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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