#485805

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

Shades of Verdun Green #485805

Tints of Verdun Green #485805

Color information

#485805 (or 0x485805) is unknown color: approx Verdun Green. HEX triplet: 48, 58 and 05. RGB value is (72,88,5). Sum of RGB (Red+Green+Blue) = 72+88+5=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #485805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485805 is #B7A7FA. Grayscale: #4A4A4A. Windows color (decimal): -12036091 or 350280. OLE color: 350280.

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

Color convert

RGB72885-
CMYK0.1800.940.65
HSL71.57º89.25%18.24%-
HSV(B)71.57º94.32%34.51%-
XYZ6.198.371.43-
YUV73.7589.2126.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 88 (34.77% from 255) = 53.33%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=43.64%
G=53.33%
B=3.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728850.1800.940.6571.5789.2518.24
Hex485851205E41485912
Octal110130522013610111013122
Binary10010001011000101100100101111010000011001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485805; }

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

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

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

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

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

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

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

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