#53520A

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

Shades of Verdun Green #53520A

Tints of Verdun Green #53520A

Color information

#53520A (or 0x53520A) is unknown color: approx Verdun Green. HEX triplet: 53, 52 and 0A. RGB value is (83,82,10). Sum of RGB (Red+Green+Blue) = 83+82+10=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53520A is #ACADF5. Grayscale: #4A4A4A. Windows color (decimal): -11316726 or 676435. OLE color: 676435.

HSL color Cylindrical-coordinate representation of color #53520A: hue angle of 59.18º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53520A is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB838210-
CMYK00.010.880.67
HSL59.18º78.49%18.24%-
HSV(B)59.18º87.95%32.55%-
XYZ6.647.91.46-
YUV74.0991.83134.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 10 (4.30% from 255) = 5.71%
R=47.43%
G=46.86%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83821000.010.880.6759.1878.4918.24
Hex5352A0158433b4e12
Octal12312212011301037311622
Binary1010011101001010100110110001000011111011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53520A; }

 p { color: rgb(83,82,10); }

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

<style>
 a { background-color: #53520A; }

 a { background-color: rgb(83,82,10); }

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

<style>
 span { border-color: #53520A; }

 span { border-color: rgb(83,82,10); }

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