#4B5215

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

Shades of Verdun Green #4B5215

Tints of Verdun Green #4B5215

Color information

#4B5215 (or 0x4B5215) is unknown color: approx Verdun Green. HEX triplet: 4B, 52 and 15. RGB value is (75,82,21). Sum of RGB (Red+Green+Blue) = 75+82+21=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #4B5215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5215 is #B4ADEA. Grayscale: #494949. Windows color (decimal): -11841003 or 1397323. OLE color: 1397323.

HSL color Cylindrical-coordinate representation of color #4B5215: hue angle of 66.89º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B5215 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB758221-
CMYK0.0900.740.68
HSL66.89º59.22%20.2%-
HSV(B)66.89º74.39%32.16%-
XYZ6.057.581.85-
YUV72.9598.68129.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.13%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=42.13%
G=46.07%
B=11.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7582210.0900.740.6866.8959.2220.2
Hex4B5215904A44433b14
Octal113122251101121041037324
Binary10010111010010101011001010010101000100100001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,82,21); }

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

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

 a { background-color: rgb(75,82,21); }

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

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

 span { border-color: rgb(75,82,21); }

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