#485F15

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

Shades of Verdun Green #485F15

Tints of Verdun Green #485F15

Color information

#485F15 (or 0x485F15) is unknown color: approx Verdun Green. HEX triplet: 48, 5F and 15. RGB value is (72,95,21). Sum of RGB (Red+Green+Blue) = 72+95+21=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 95 (37.5% from 255 or 50.53% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 95 - color contains mainly: green. Hex color #485F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485F15 is #B7A0EA. Grayscale: #4F4F4F. Windows color (decimal): -12034283 or 1400648. OLE color: 1400648.

HSL color Cylindrical-coordinate representation of color #485F15: hue angle of 78.65º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #485F15 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB729521-
CMYK0.2400.780.63
HSL78.65º63.79%22.75%-
HSV(B)78.65º77.89%37.25%-
XYZ6.99.622.2-
YUV79.6994.88122.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 95 (37.5% from 255) = 50.53%
BLUE value IS 21 (8.59% from 255) = 11.17%
R=38.30%
G=50.53%
B=11.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295210.2400.780.6378.6563.7922.75
Hex485F151804E3F4f4017
Octal110137253001167711710027
Binary100100010111111010111000010011101111111001111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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