Html Css Color HEX #52A166 Chateau Green

📋 copy color: '#52A166'

red 82 ◦ green 161 ◦ blue 102

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

Shades of Chateau Green #52A166

Tints of Chateau Green #52A166

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 102 (40.23% from 255) = 29.57%

R = 23.77%
G = 46.67%
B = 29.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#52A166 (or 0x52A166) is known color: Chateau Green. HEX triplet: 52, A1 and 66. RGB value is (82,161,102). Sum of RGB (Red+Green+Blue) = 82+161+102=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #52A166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A166 is #AD5E99. Grayscale: #828282. Windows color (decimal): -11361946 or 6725970. OLE color: 6725970.

HSL color Cylindrical-coordinate representation of color #52A166: hue angle of 135.19º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A166 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 161 102 -
CMYK 0.49 0 0.37 0.37
HSL 135.19º 0.33% 0.48% -
HSV(B) 135.19º 0.49% 0.63% -
XYZ 18.62 28.24 17.04 -
YUV 130.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 82 161 102 0.49 0 0.37 0.37 135.19 0.33 0.48
Hex 52 A1 66 31 0 25 25 87 21 30
Octal 122 241 146 61 0 45 45 207 41 60
Binary 1010010 10100001 1100110 110001 0 100101 100101 10000111 100001 110000

Color Harmonies of #52A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A166

Black with #52A166

Text Example


Text Example

White with #52A166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,161,102); }

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

background-color css

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

 a { background-color: rgb(82,161,102); }

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

border-color css

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

 span { border-color: rgb(82,161,102); }

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