#505203

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

Shades of Verdun Green #505203

Tints of Verdun Green #505203

Color information

#505203 (or 0x505203) is unknown color: approx Verdun Green. HEX triplet: 50, 52 and 03. RGB value is (80,82,3). Sum of RGB (Red+Green+Blue) = 80+82+3=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #505203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505203 is #AFADFC. Grayscale: #484848. Windows color (decimal): -11513341 or 217680. OLE color: 217680.

HSL color Cylindrical-coordinate representation of color #505203: hue angle of 61.52º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #505203 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB80823-
CMYK0.0200.960.68
HSL61.52º92.94%16.67%-
HSV(B)61.52º96.34%32.16%-
XYZ6.347.751.25-
YUV72.488.84133.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 82 (32.42% from 255) = 49.70%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=48.48%
G=49.70%
B=1.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal808230.0200.960.6861.5292.9416.67
Hex505232060443e5d11
Octal1201223201401047613521
Binary101000010100101110011000001000100111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505203; }

 p { color: rgb(80,82,3); }

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

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

 a { background-color: rgb(80,82,3); }

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

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

 span { border-color: rgb(80,82,3); }

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