#50530A

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

Shades of Verdun Green #50530A

Tints of Verdun Green #50530A

Color information

#50530A (or 0x50530A) is unknown color: approx Verdun Green. HEX triplet: 50, 53 and 0A. RGB value is (80,83,10). Sum of RGB (Red+Green+Blue) = 80+83+10=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #50530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50530A is #AFACF5. Grayscale: #4A4A4A. Windows color (decimal): -11513078 or 676688. OLE color: 676688.

HSL color Cylindrical-coordinate representation of color #50530A: hue angle of 62.47º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50530A is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB808310-
CMYK0.0400.880.67
HSL62.47º78.49%18.24%-
HSV(B)62.47º87.95%32.55%-
XYZ6.467.911.47-
YUV73.7892.01132.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=46.24%
G=47.98%
B=5.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083100.0400.880.6762.4778.4918.24
Hex5053A4058433e4e12
Octal12012312401301037611622
Binary101000010100111010100010110001000011111110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50530A; }

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

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

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

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

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

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

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

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