#53A463

Color #53A463 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #53A463

Tints of Chateau Green #53A463

Color information

#53A463 (or 0x53A463) is unknown color: approx Chateau Green. HEX triplet: 53, A4 and 63. RGB value is (83,164,99). Sum of RGB (Red+Green+Blue) = 83+164+99=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #53A463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A463 is #AC5B9C. Grayscale: #848484. Windows color (decimal): -11295645 or 6530131. OLE color: 6530131.

HSL color Cylindrical-coordinate representation of color #53A463: hue angle of 131.85º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A463 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB8316499-
CMYK0.4900.400.36
HSL131.85º32.79%48.43%-
HSV(B)131.85º49.39%64.31%-
XYZ19.0929.2916.45-
YUV132.37109.1692.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=23.99%
G=47.40%
B=28.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83164990.4900.400.36131.8532.7948.43
Hex53A4633102824842130
Octal12324414361050442044160
Binary1010011101001001100011110001010100010010010000100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A463; }

 p { color: rgb(83,164,99); }

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

<style>
 a { background-color: #53A463; }

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

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

<style>
 span { border-color: #53A463; }

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

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