#485B20

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

Shades of Verdun Green #485B20

Tints of Verdun Green #485B20

Color information

#485B20 (or 0x485B20) is unknown color: approx Verdun Green. HEX triplet: 48, 5B and 20. RGB value is (72,91,32). Sum of RGB (Red+Green+Blue) = 72+91+32=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #485B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B20 is #B7A4DF. Grayscale: #4E4E4E. Windows color (decimal): -12035296 or 2120520. OLE color: 2120520.

HSL color Cylindrical-coordinate representation of color #485B20: hue angle of 79.32º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #485B20 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB729132-
CMYK0.2100.650.64
HSL79.32º47.97%24.12%-
HSV(B)79.32º64.84%35.69%-
XYZ6.678.962.74-
YUV78.59101.71123.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 91 (35.94% from 255) = 46.67%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=36.92%
G=46.67%
B=16.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7291320.2100.650.6479.3247.9724.12
Hex485B2015041404f3018
Octal110133402501011001176030
Binary1001000101101110000010101010000011000000100111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485B20; }

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

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

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

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

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

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

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

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