#485908

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

Shades of Verdun Green #485908

Tints of Verdun Green #485908

Color information

#485908 (or 0x485908) is unknown color: approx Verdun Green. HEX triplet: 48, 59 and 08. RGB value is (72,89,8). Sum of RGB (Red+Green+Blue) = 72+89+8=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #485908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485908 is #B7A6F7. Grayscale: #4A4A4A. Windows color (decimal): -12035832 or 547144. OLE color: 547144.

HSL color Cylindrical-coordinate representation of color #485908: hue angle of 72.59º degrees, saturation: 0.84, 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 #485908 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB72898-
CMYK0.1900.910.65
HSL72.59º83.51%19.02%-
HSV(B)72.59º91.01%34.9%-
XYZ6.298.541.55-
YUV74.6890.37126.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 89 (35.16% from 255) = 52.66%
BLUE value IS 8 (3.52% from 255) = 4.73%
R=42.60%
G=52.66%
B=4.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728980.1900.910.6572.5983.5119.02
Hex485981305B41495413
Octal1101311023013310111112423
Binary100100010110011000100110101101110000011001001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485908; }

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

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

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

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

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

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

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

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