#505402

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

Shades of Verdun Green #505402

Tints of Verdun Green #505402

Color information

#505402 (or 0x505402) is unknown color: approx Verdun Green. HEX triplet: 50, 54 and 02. RGB value is (80,84,2). Sum of RGB (Red+Green+Blue) = 80+84+2=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #505402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505402 is #AFABFD. Grayscale: #494949. Windows color (decimal): -11512830 or 152656. OLE color: 152656.

HSL color Cylindrical-coordinate representation of color #505402: hue angle of 62.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #505402 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB80842-
CMYK0.0500.980.67
HSL62.93º95.35%16.86%-
HSV(B)62.93º97.62%32.94%-
XYZ6.498.051.27-
YUV73.4687.67132.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 84 (33.20% from 255) = 50.60%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=48.19%
G=50.60%
B=1.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal808420.0500.980.6762.9395.3516.86
Hex505425062433f5f11
Octal1201242501421037713721
Binary1010000101010010101011000101000011111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505402; }

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

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

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

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

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

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

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

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