#485620

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

Shades of Verdun Green #485620

Tints of Verdun Green #485620

Color information

#485620 (or 0x485620) is unknown color: approx Verdun Green. HEX triplet: 48, 56 and 20. RGB value is (72,86,32). Sum of RGB (Red+Green+Blue) = 72+86+32=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #485620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485620 is #B7A9DF. Grayscale: #4B4B4B. Windows color (decimal): -12036576 or 2119240. OLE color: 2119240.

HSL color Cylindrical-coordinate representation of color #485620: hue angle of 75.56º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #485620 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB728632-
CMYK0.1600.630.66
HSL75.56º45.76%23.14%-
HSV(B)75.56º62.79%33.73%-
XYZ6.268.142.61-
YUV75.66103.36125.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 86 (33.98% from 255) = 45.26%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=37.89%
G=45.26%
B=16.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286320.1600.630.6675.5645.7623.14
Hex4856201003F424c2e17
Octal11012640200771021145627
Binary100100010101101000001000001111111000010100110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485620; }

 p { color: rgb(72,86,32); }

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

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

 a { background-color: rgb(72,86,32); }

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

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

 span { border-color: rgb(72,86,32); }

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