#485904

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

Shades of Verdun Green #485904

Tints of Verdun Green #485904

Color information

#485904 (or 0x485904) is unknown color: approx Verdun Green. HEX triplet: 48, 59 and 04. RGB value is (72,89,4). Sum of RGB (Red+Green+Blue) = 72+89+4=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #485904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485904 is #B7A6FB. Grayscale: #4A4A4A. Windows color (decimal): -12035836 or 285000. OLE color: 285000.

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

Color convert

RGB72894-
CMYK0.1900.960.65
HSL72º91.4%18.24%-
HSV(B)72º95.51%34.9%-
XYZ6.278.531.43-
YUV74.2388.37126.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 89 (35.16% from 255) = 53.94%
BLUE value IS 4 (1.95% from 255) = 2.42%
R=43.64%
G=53.94%
B=2.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728940.1900.960.657291.418.24
Hex485941306041485b12
Octal110131423014010111013322
Binary10010001011001100100110110000010000011001000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485904; }

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

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

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

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

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

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

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

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