#485808

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

Shades of Verdun Green #485808

Tints of Verdun Green #485808

Color information

#485808 (or 0x485808) is unknown color: approx Verdun Green. HEX triplet: 48, 58 and 08. RGB value is (72,88,8). Sum of RGB (Red+Green+Blue) = 72+88+8=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #485808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485808 is #B7A7F7. Grayscale: #4A4A4A. Windows color (decimal): -12036088 or 546888. OLE color: 546888.

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

Color convert

RGB72888-
CMYK0.1800.910.65
HSL72º83.33%18.82%-
HSV(B)72º90.91%34.51%-
XYZ6.218.371.52-
YUV74.190.7126.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 88 (34.77% from 255) = 52.38%
BLUE value IS 8 (3.52% from 255) = 4.76%
R=42.86%
G=52.38%
B=4.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728880.1800.910.657283.3318.82
Hex485881205B41485313
Octal1101301022013310111012323
Binary100100010110001000100100101101110000011001000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485808; }

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

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

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

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

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

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

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

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