#485B21

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

Shades of Verdun Green #485B21

Tints of Verdun Green #485B21

Color information

#485B21 (or 0x485B21) is unknown color: approx Verdun Green. HEX triplet: 48, 5B and 21. RGB value is (72,91,33). Sum of RGB (Red+Green+Blue) = 72+91+33=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #485B21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B21 is #B7A4DE. Grayscale: #4E4E4E. Windows color (decimal): -12035295 or 2186056. OLE color: 2186056.

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

Color convert

RGB729133-
CMYK0.2100.640.64
HSL79.66º46.77%24.31%-
HSV(B)79.66º63.74%35.69%-
XYZ6.698.972.82-
YUV78.71102.21123.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 91 (35.94% from 255) = 46.43%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=36.73%
G=46.43%
B=16.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7291330.2100.640.6479.6646.7724.31
Hex485B211504040502f18
Octal110133412501001001205730
Binary1001000101101110000110101010000001000000101000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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