#4B5716

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

Shades of Verdun Green #4B5716

Tints of Verdun Green #4B5716

Color information

#4B5716 (or 0x4B5716) is unknown color: approx Verdun Green. HEX triplet: 4B, 57 and 16. RGB value is (75,87,22). Sum of RGB (Red+Green+Blue) = 75+87+22=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 87 - color contains mainly: green. Hex color #4B5716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5716 is #B4A8E9. Grayscale: #4C4C4C. Windows color (decimal): -11839722 or 1464139. OLE color: 1464139.

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

Color convert

RGB758722-
CMYK0.1400.750.66
HSL71.08º59.63%21.37%-
HSV(B)71.08º74.71%34.12%-
XYZ6.458.372.03-
YUV7697.52127.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.76%
GREEN value IS 87 (34.38% from 255) = 47.28%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=40.76%
G=47.28%
B=11.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7587220.1400.750.6671.0859.6321.37
Hex4B5716E04B42473c15
Octal113127261601131021077425
Binary10010111010111101101110010010111000010100011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,87,22); }

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

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

 a { background-color: rgb(75,87,22); }

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

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

 span { border-color: rgb(75,87,22); }

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