#485920

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

Shades of Verdun Green #485920

Tints of Verdun Green #485920

Color information

#485920 (or 0x485920) is unknown color: approx Verdun Green. HEX triplet: 48, 59 and 20. RGB value is (72,89,32). Sum of RGB (Red+Green+Blue) = 72+89+32=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #485920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485920 is #B7A6DF. Grayscale: #4D4D4D. Windows color (decimal): -12035808 or 2120008. OLE color: 2120008.

HSL color Cylindrical-coordinate representation of color #485920: hue angle of 77.89º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #485920 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB728932-
CMYK0.1900.640.65
HSL77.89º47.11%23.73%-
HSV(B)77.89º64.04%34.9%-
XYZ6.518.632.69-
YUV77.42102.37124.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=37.31%
G=46.11%
B=16.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289320.1900.640.6577.8947.1123.73
Hex48592013040414e2f18
Octal110131402301001011165730
Binary1001000101100110000010011010000001000001100111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485920; }

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

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

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

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

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

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

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

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