Html Css Color HEX #52A963 Chateau Green

📋 copy color: '#52A963'

red 82 ◦ green 169 ◦ blue 99

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

Shades of Chateau Green #52A963

Tints of Chateau Green #52A963

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.29%

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

R = 23.43%
G = 48.29%
B = 28.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#52A963 (or 0x52A963) is known color: Chateau Green. HEX triplet: 52, A9 and 63. RGB value is (82,169,99). Sum of RGB (Red+Green+Blue) = 82+169+99=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #52A963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A963 is #AD569C. Grayscale: #878787. Windows color (decimal): -11359901 or 6531410. OLE color: 6531410.

HSL color Cylindrical-coordinate representation of color #52A963: hue angle of 131.72º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A963 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 169 99 -
CMYK 0.51 0 0.41 0.34
HSL 131.72º 0.35% 0.49% -
HSV(B) 131.72º 0.51% 0.66% -
XYZ 19.92 31.07 16.75 -
YUV 135.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 82 169 99 0.51 0 0.41 0.34 131.72 0.35 0.49
Hex 52 A9 63 33 0 29 22 84 23 31
Octal 122 251 143 63 0 51 42 204 43 61
Binary 1010010 10101001 1100011 110011 0 101001 100010 10000100 100011 110001

Color Harmonies of #52A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A963

Black with #52A963

Text Example


Text Example

White with #52A963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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