#485915

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

Shades of Verdun Green #485915

Tints of Verdun Green #485915

Color information

#485915 (or 0x485915) is unknown color: approx Verdun Green. HEX triplet: 48, 59 and 15. RGB value is (72,89,21). Sum of RGB (Red+Green+Blue) = 72+89+21=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #485915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485915 is #B7A6EA. Grayscale: #4C4C4C. Windows color (decimal): -12035819 or 1399112. OLE color: 1399112.

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

Color convert

RGB728921-
CMYK0.1900.760.65
HSL75º61.82%21.57%-
HSV(B)75º76.4%34.9%-
XYZ6.388.582.03-
YUV76.1696.87125.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 89 (35.16% from 255) = 48.90%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=39.56%
G=48.90%
B=11.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289210.1900.760.657561.8221.57
Hex4859151304C414b3e16
Octal110131252301141011137626
Binary100100010110011010110011010011001000001100101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485915; }

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

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

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

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

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

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

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

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