#50510A

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

Shades of Verdun Green #50510A

Tints of Verdun Green #50510A

Color information

#50510A (or 0x50510A) is unknown color: approx Verdun Green. HEX triplet: 50, 51 and 0A. RGB value is (80,81,10). Sum of RGB (Red+Green+Blue) = 80+81+10=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #50510A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50510A is #AFAEF5. Grayscale: #484848. Windows color (decimal): -11513590 or 676176. OLE color: 676176.

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

Color convert

RGB808110-
CMYK0.0100.880.68
HSL60.85º78.02%17.84%-
HSV(B)60.85º87.65%31.76%-
XYZ6.317.611.42-
YUV72.6192.67133.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=46.78%
G=47.37%
B=5.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081100.0100.880.6860.8578.0217.84
Hex5051A1058443d4e12
Octal12012112101301047511622
Binary1010000101000110101010110001000100111101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50510A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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