#53530A

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

Shades of Verdun Green #53530A

Tints of Verdun Green #53530A

Color information

#53530A (or 0x53530A) is unknown color: approx Verdun Green. HEX triplet: 53, 53 and 0A. RGB value is (83,83,10). Sum of RGB (Red+Green+Blue) = 83+83+10=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53530A is #ACACF5. Grayscale: #4A4A4A. Windows color (decimal): -11316470 or 676691. OLE color: 676691.

HSL color Cylindrical-coordinate representation of color #53530A: hue angle of 60º 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 #53530A is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB838310-
CMYK000.880.67
HSL60º78.49%18.24%-
HSV(B)60º87.95%32.55%-
XYZ6.728.051.49-
YUV74.6891.5133.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=47.16%
G=47.16%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838310000.880.676078.4918.24
Hex5353A0058433c4e12
Octal12312312001301037411622
Binary1010011101001110100010110001000011111100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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