#535A13

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

Shades of Verdun Green #535A13

Tints of Verdun Green #535A13

Color information

#535A13 (or 0x535A13) is unknown color: approx Verdun Green. HEX triplet: 53, 5A and 13. RGB value is (83,90,19). Sum of RGB (Red+Green+Blue) = 83+90+19=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #535A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A13 is #ACA5EC. Grayscale: #505050. Windows color (decimal): -11314669 or 1268307. OLE color: 1268307.

HSL color Cylindrical-coordinate representation of color #535A13: hue angle of 65.92º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #535A13 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB839019-
CMYK0.0800.790.65
HSL65.92º65.14%21.37%-
HSV(B)65.92º78.89%35.29%-
XYZ7.349.22-
YUV79.8193.68130.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 90 (35.55% from 255) = 46.88%
BLUE value IS 19 (7.81% from 255) = 9.90%
R=43.23%
G=46.88%
B=9.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8390190.0800.790.6565.9265.1421.37
Hex535A13804F41424115
Octal1231322310011710110210125
Binary101001110110101001110000100111110000011000010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535A13; }

 p { color: rgb(83,90,19); }

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

<style>
 a { background-color: #535A13; }

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

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

<style>
 span { border-color: #535A13; }

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

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