Html Css Color HEX #53A365 Chateau Green

📋 copy color: '#53A365'

red 83 ◦ green 163 ◦ blue 101

#53A365
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #53A365

Tints of Chateau Green #53A365

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 value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#53A365 (or 0x53A365) is known color: 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

RGB 83 163 101 -
CMYK 0.49 0 0.38 0.36
HSL 133.5º 0.33% 0.48% -
HSV(B) 133.5º 0.49% 0.64% -
XYZ 19.01 28.97 16.9 -
YUV 132.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 83 163 101 0.49 0 0.38 0.36 133.5 0.33 0.48
Hex 53 A3 65 31 0 26 24 86 21 30
Octal 123 243 145 61 0 46 44 206 41 60
Binary 1010011 10100011 1100101 110001 0 100110 100100 10000110 100001 110000

Color Harmonies of #53A365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A365

Black with #53A365

Text Example


Text Example

White with #53A365

Text Example


Text Example

HTML Codes & Css Web 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>