#485809

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

Shades of Verdun Green #485809

Tints of Verdun Green #485809

Color information

#485809 (or 0x485809) is unknown color: approx Verdun Green. HEX triplet: 48, 58 and 09. RGB value is (72,88,9). Sum of RGB (Red+Green+Blue) = 72+88+9=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #485809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485809 is #B7A7F6. Grayscale: #4A4A4A. Windows color (decimal): -12036087 or 612424. OLE color: 612424.

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

Color convert

RGB72889-
CMYK0.1800.900.65
HSL72.15º81.44%19.02%-
HSV(B)72.15º89.77%34.51%-
XYZ6.218.381.55-
YUV74.2191.2126.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 88 (34.77% from 255) = 52.07%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=42.60%
G=52.07%
B=5.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728890.1800.900.6572.1581.4419.02
Hex485891205A41485113
Octal1101301122013210111012123
Binary100100010110001001100100101101010000011001000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485809; }

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

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

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

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

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

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

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

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