#485002

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

Shades of Verdun Green #485002

Tints of Verdun Green #485002

Color information

#485002 (or 0x485002) is unknown color: approx Verdun Green. HEX triplet: 48, 50 and 02. RGB value is (72,80,2). Sum of RGB (Red+Green+Blue) = 72+80+2=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #485002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485002 is #B7AFFD. Grayscale: #454545. Windows color (decimal): -12038142 or 151624. OLE color: 151624.

HSL color Cylindrical-coordinate representation of color #485002: hue angle of 66.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #485002 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB72802-
CMYK0.1000.980.69
HSL66.15º95.12%16.08%-
HSV(B)66.15º97.5%31.37%-
XYZ5.557.121.14-
YUV68.7290.35130.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=46.75%
G=51.95%
B=1.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal728020.1000.980.6966.1595.1216.08
Hex48502A06245425f10
Octal110120212014210510213720
Binary100100010100001010100110001010001011000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485002; }

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

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

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

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

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

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

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

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