#485802

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

Shades of Verdun Green #485802

Tints of Verdun Green #485802

Color information

#485802 (or 0x485802) is unknown color: approx Verdun Green. HEX triplet: 48, 58 and 02. RGB value is (72,88,2). Sum of RGB (Red+Green+Blue) = 72+88+2=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #485802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485802 is #B7A7FD. Grayscale: #494949. Windows color (decimal): -12036094 or 153672. OLE color: 153672.

HSL color Cylindrical-coordinate representation of color #485802: hue angle of 71.16º 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 #485802 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB72882-
CMYK0.1800.980.65
HSL71.16º95.56%17.65%-
HSV(B)71.16º97.73%34.51%-
XYZ6.178.361.35-
YUV73.4187.7126.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=44.44%
G=54.32%
B=1.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728820.1800.980.6571.1695.5617.65
Hex485821206241476012
Octal110130222014210110714022
Binary1001000101100010100100110001010000011000111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485802; }

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

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

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

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

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

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

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

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