#52570f

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

Shades of Verdun Green #52570F

Tints of Verdun Green #52570F

Color information

#52570F (or 0x52570F) is unknown color: approx Verdun Green. HEX triplet: 52, 57 and 0F. RGB value is (82,87,15). Sum of RGB (Red+Green+Blue) = 82+87+15=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 87 - color contains mainly: green. Hex color #52570F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52570F is #ADA8F0. Grayscale: #4D4D4D. Windows color (decimal): -11380977 or 1005394. OLE color: 1005394.

HSL color Cylindrical-coordinate representation of color #52570F: hue angle of 64.17º 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 #52570F is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB828715-
CMYK0.0600.830.66
HSL64.17º70.59%20%-
HSV(B)64.17º82.76%34.12%-
XYZ6.978.641.75-
YUV77.392.84131.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 87 (34.38% from 255) = 47.28%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=44.57%
G=47.28%
B=8.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287150.0600.830.6664.1770.5920
Hex5257F605342404714
Octal122127176012310210010724
Binary1010010101011111111100101001110000101000000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52570f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52570f; }

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

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

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

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

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

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

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

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