#485603

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

Shades of Verdun Green #485603

Tints of Verdun Green #485603

Color information

#485603 (or 0x485603) is unknown color: approx Verdun Green. HEX triplet: 48, 56 and 03. RGB value is (72,86,3). Sum of RGB (Red+Green+Blue) = 72+86+3=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #485603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485603 is #B7A9FC. Grayscale: #484848. Windows color (decimal): -12036605 or 218696. OLE color: 218696.

HSL color Cylindrical-coordinate representation of color #485603: hue angle of 70.12º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #485603 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB72863-
CMYK0.1600.970.66
HSL70.12º93.26%17.45%-
HSV(B)70.12º96.51%33.73%-
XYZ6.028.041.32-
YUV72.3588.86127.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=44.72%
G=53.42%
B=1.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal728630.1600.970.6670.1293.2617.45
Hex485631006142465d11
Octal110126320014110210613521
Binary1001000101011011100000110000110000101000110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485603; }

 p { color: rgb(72,86,3); }

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

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

 a { background-color: rgb(72,86,3); }

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

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

 span { border-color: rgb(72,86,3); }

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