#505302

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

Shades of Verdun Green #505302

Tints of Verdun Green #505302

Color information

#505302 (or 0x505302) is unknown color: approx Verdun Green. HEX triplet: 50, 53 and 02. RGB value is (80,83,2). Sum of RGB (Red+Green+Blue) = 80+83+2=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #505302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505302 is #AFACFD. Grayscale: #494949. Windows color (decimal): -11513086 or 152400. OLE color: 152400.

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

Color convert

RGB80832-
CMYK0.0400.980.67
HSL62.22º95.29%16.67%-
HSV(B)62.22º97.59%32.55%-
XYZ6.417.91.24-
YUV72.8788.01133.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=48.48%
G=50.30%
B=1.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal808320.0400.980.6762.2295.2916.67
Hex505324062433e5f11
Octal1201232401421037613721
Binary1010000101001110100011000101000011111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505302; }

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

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

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

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

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

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

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

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