#50510F

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

Shades of Verdun Green #50510F

Tints of Verdun Green #50510F

Color information

#50510F (or 0x50510F) is unknown color: approx Verdun Green. HEX triplet: 50, 51 and 0F. RGB value is (80,81,15). Sum of RGB (Red+Green+Blue) = 80+81+15=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #50510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50510F is #AFAEF0. Grayscale: #494949. Windows color (decimal): -11513585 or 1003856. OLE color: 1003856.

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

Color convert

RGB808115-
CMYK0.0100.810.68
HSL60.91º68.75%18.82%-
HSV(B)60.91º81.48%31.76%-
XYZ6.347.621.59-
YUV73.1895.17132.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 81 (32.03% from 255) = 46.02%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=45.45%
G=46.02%
B=8.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081150.0100.810.6860.9168.7518.82
Hex5051F1051443d4513
Octal12012117101211047510523
Binary1010000101000111111010100011000100111101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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