#53A365

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

Shades of Chateau Green #53A365

Tints of Chateau Green #53A365

Color information

#53A365 (or 0x53A365) is unknown color: approx Chateau Green. HEX triplet: 53, A3 and 65. RGB value is (83,163,101). Sum of RGB (Red+Green+Blue) = 83+163+101=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #53A365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A365 is #AC5C9A. Grayscale: #848484. Windows color (decimal): -11295899 or 6660947. OLE color: 6660947.

HSL color Cylindrical-coordinate representation of color #53A365: hue angle of 133.5º 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 #53A365 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB83163101-
CMYK0.4900.380.36
HSL133.5º32.52%48.24%-
HSV(B)133.5º49.08%63.92%-
XYZ19.0128.9716.9-
YUV132.01110.593.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 163 (64.06% from 255) = 46.97%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=23.92%
G=46.97%
B=29.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831631010.4900.380.36133.532.5248.24
Hex53A3653102624862130
Octal12324314561046442064160
Binary1010011101000111100101110001010011010010010000110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,163,101); }

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

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

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

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

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

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

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