#485901

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

Shades of Verdun Green #485901

Tints of Verdun Green #485901

Color information

#485901 (or 0x485901) is unknown color: approx Verdun Green. HEX triplet: 48, 59 and 01. RGB value is (72,89,1). Sum of RGB (Red+Green+Blue) = 72+89+1=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #485901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485901 is #B7A6FE. Grayscale: #4A4A4A. Windows color (decimal): -12035839 or 88392. OLE color: 88392.

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

Color convert

RGB72891-
CMYK0.1900.990.65
HSL71.59º97.78%17.65%-
HSV(B)71.59º98.88%34.9%-
XYZ6.258.521.34-
YUV73.8886.87126.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 54.94%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=44.44%
G=54.94%
B=0.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728910.1900.990.6571.5997.7817.65
Hex485911306341486212
Octal110131123014310111014222
Binary100100010110011100110110001110000011001000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485901; }

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

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

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

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

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

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

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

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