#485A21

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

Shades of Verdun Green #485A21

Tints of Verdun Green #485A21

Color information

#485A21 (or 0x485A21) is unknown color: approx Verdun Green. HEX triplet: 48, 5A and 21. RGB value is (72,90,33). Sum of RGB (Red+Green+Blue) = 72+90+33=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #485A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A21 is #B7A5DE. Grayscale: #4E4E4E. Windows color (decimal): -12035551 or 2185800. OLE color: 2185800.

HSL color Cylindrical-coordinate representation of color #485A21: hue angle of 78.95º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #485A21 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB729033-
CMYK0.2000.630.65
HSL78.95º46.34%24.12%-
HSV(B)78.95º63.33%35.29%-
XYZ6.68.82.79-
YUV78.12102.54123.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=36.92%
G=46.15%
B=16.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290330.2000.630.6578.9546.3424.12
Hex485A211403F414f2e18
Octal11013241240771011175630
Binary100100010110101000011010001111111000001100111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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