#485604

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

Shades of Verdun Green #485604

Tints of Verdun Green #485604

Color information

#485604 (or 0x485604) is unknown color: approx Verdun Green. HEX triplet: 48, 56 and 04. RGB value is (72,86,4). Sum of RGB (Red+Green+Blue) = 72+86+4=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #485604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485604 is #B7A9FB. Grayscale: #484848. Windows color (decimal): -12036604 or 284232. OLE color: 284232.

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

Color convert

RGB72864-
CMYK0.1600.950.66
HSL70.24º91.11%17.65%-
HSV(B)70.24º95.35%33.73%-
XYZ6.028.041.35-
YUV72.4789.36127.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 86 (33.98% from 255) = 53.09%
BLUE value IS 4 (1.95% from 255) = 2.47%
R=44.44%
G=53.09%
B=2.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal728640.1600.950.6670.2491.1117.65
Hex485641005F42465b12
Octal110126420013710210613322
Binary10010001010110100100000101111110000101000110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485604; }

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

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

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

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

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

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

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

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