#52560D

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

Shades of Verdun Green #52560D

Tints of Verdun Green #52560D

Color information

#52560D (or 0x52560D) is unknown color: approx Verdun Green. HEX triplet: 52, 56 and 0D. RGB value is (82,86,13). Sum of RGB (Red+Green+Blue) = 82+86+13=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #52560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52560D is #ADA9F2. Grayscale: #4C4C4C. Windows color (decimal): -11381235 or 874066. OLE color: 874066.

HSL color Cylindrical-coordinate representation of color #52560D: hue angle of 63.29º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52560D is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB828613-
CMYK0.0500.850.66
HSL63.29º73.74%19.41%-
HSV(B)63.29º84.88%33.73%-
XYZ6.888.481.65-
YUV76.4892.17131.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=45.30%
G=47.51%
B=7.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286130.0500.850.6663.2973.7419.41
Hex5256D5055423f4a13
Octal12212615501251027711223
Binary101001010101101101101010101011000010111111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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