#485818

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

Shades of Verdun Green #485818

Tints of Verdun Green #485818

Color information

#485818 (or 0x485818) is unknown color: approx Verdun Green. HEX triplet: 48, 58 and 18. RGB value is (72,88,24). Sum of RGB (Red+Green+Blue) = 72+88+24=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #485818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485818 is #B7A7E7. Grayscale: #4C4C4C. Windows color (decimal): -12036072 or 1595464. OLE color: 1595464.

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

Color convert

RGB728824-
CMYK0.1800.730.65
HSL75º57.14%21.96%-
HSV(B)75º72.73%34.51%-
XYZ6.338.422.16-
YUV75.9298.7125.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 88 (34.77% from 255) = 47.83%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=39.13%
G=47.83%
B=13.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288240.1800.730.657557.1421.96
Hex48581812049414b3916
Octal110130302201111011137126
Binary100100010110001100010010010010011000001100101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485818; }

 p { color: rgb(72,88,24); }

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

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

 a { background-color: rgb(72,88,24); }

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

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

 span { border-color: rgb(72,88,24); }

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