#52560F

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

Shades of Verdun Green #52560F

Tints of Verdun Green #52560F

Color information

#52560F (or 0x52560F) is unknown color: approx Verdun Green. HEX triplet: 52, 56 and 0F. RGB value is (82,86,15). Sum of RGB (Red+Green+Blue) = 82+86+15=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #52560F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52560F is #ADA9F0. Grayscale: #4C4C4C. Windows color (decimal): -11381233 or 1005138. OLE color: 1005138.

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

Color convert

RGB828615-
CMYK0.0500.830.66
HSL63.38º70.3%19.8%-
HSV(B)63.38º82.56%33.73%-
XYZ6.898.481.73-
YUV76.7193.17131.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 86 (33.98% from 255) = 46.99%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=44.81%
G=46.99%
B=8.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286150.0500.830.6663.3870.319.8
Hex5256F5053423f4614
Octal12212617501231027710624
Binary101001010101101111101010100111000010111111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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