#485902

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

Shades of Verdun Green #485902

Tints of Verdun Green #485902

Color information

#485902 (or 0x485902) is unknown color: approx Verdun Green. HEX triplet: 48, 59 and 02. RGB value is (72,89,2). Sum of RGB (Red+Green+Blue) = 72+89+2=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #485902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485902 is #B7A6FD. Grayscale: #4A4A4A. Windows color (decimal): -12035838 or 153928. OLE color: 153928.

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

Color convert

RGB72892-
CMYK0.1900.980.65
HSL71.72º95.6%17.84%-
HSV(B)71.72º97.75%34.9%-
XYZ6.268.531.37-
YUV7487.37126.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 89 (35.16% from 255) = 54.60%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=44.17%
G=54.60%
B=1.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728920.1900.980.6571.7295.617.84
Hex485921306241486012
Octal110131223014210111014022
Binary1001000101100110100110110001010000011001000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485902; }

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

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

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

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

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

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

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

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