#485A15

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

Shades of Verdun Green #485A15

Tints of Verdun Green #485A15

Color information

#485A15 (or 0x485A15) is unknown color: approx Verdun Green. HEX triplet: 48, 5A and 15. RGB value is (72,90,21). Sum of RGB (Red+Green+Blue) = 72+90+21=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #485A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A15 is #B7A5EA. Grayscale: #4D4D4D. Windows color (decimal): -12035563 or 1399368. OLE color: 1399368.

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

Color convert

RGB729021-
CMYK0.2000.770.65
HSL75.65º62.16%21.76%-
HSV(B)75.65º76.67%35.29%-
XYZ6.468.742.06-
YUV76.7596.54124.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 90 (35.55% from 255) = 49.18%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=39.34%
G=49.18%
B=11.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290210.2000.770.6575.6562.1621.76
Hex485A151404D414c3e16
Octal110132252401151011147626
Binary100100010110101010110100010011011000001100110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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