Html Css Color HEX #52A463 Chateau Green

📋 copy color: '#52A463'

red 82 ◦ green 164 ◦ blue 99

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

Shades of Chateau Green #52A463

Tints of Chateau Green #52A463

RGB

 RED value IS 82 (32.42% from 255) = 23.77%

 GREEN value IS 164 (64.45% from 255) = 47.54%

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 23.77%
G = 47.54%
B = 28.7%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#52A463 (or 0x52A463) is known color: Chateau Green. HEX triplet: 52, A4 and 63. RGB value is (82,164,99). Sum of RGB (Red+Green+Blue) = 82+164+99=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #52A463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A463 is #AD5B9C. Grayscale: #848484. Windows color (decimal): -11361181 or 6530130. OLE color: 6530130.

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

Color convert

RGB 82 164 99 -
CMYK 0.5 0 0.40 0.36
HSL 132.44º 0.33% 0.48% -
HSV(B) 132.44º 0.5% 0.64% -
XYZ 19.01 29.25 16.45 -
YUV 132.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 82 164 99 0.5 0 0.40 0.36 132.44 0.33 0.48
Hex 52 A4 63 32 0 28 24 84 21 30
Octal 122 244 143 62 0 50 44 204 41 60
Binary 1010010 10100100 1100011 110010 0 101000 100100 10000100 100001 110000

Color Harmonies of #52A463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A463

Black with #52A463

Text Example


Text Example

White with #52A463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52A463;
 }
 .AnyTagClassName
 {
   color: #52A463;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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