#51570F

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

Shades of Verdun Green #51570F

Tints of Verdun Green #51570F

Color information

#51570F (or 0x51570F) is unknown color: approx Verdun Green. HEX triplet: 51, 57 and 0F. RGB value is (81,87,15). Sum of RGB (Red+Green+Blue) = 81+87+15=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #51570F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51570F is #AEA8F0. Grayscale: #4D4D4D. Windows color (decimal): -11446513 or 1005393. OLE color: 1005393.

HSL color Cylindrical-coordinate representation of color #51570F: hue angle of 65º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51570F is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB818715-
CMYK0.0700.830.66
HSL65º70.59%20%-
HSV(B)65º82.76%34.12%-
XYZ6.898.61.75-
YUV7793.01130.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 87 (34.38% from 255) = 47.54%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=44.26%
G=47.54%
B=8.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8187150.0700.830.666570.5920
Hex5157F705342414714
Octal121127177012310210110724
Binary1010001101011111111110101001110000101000001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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