Html Css Color HEX #52A165 Chateau Green

📋 copy color: '#52A165'

red 82 ◦ green 161 ◦ blue 101

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

Shades of Chateau Green #52A165

Tints of Chateau Green #52A165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.36%

R = 23.84%
G = 46.8%
B = 29.36%

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

#52A165 (or 0x52A165) is known color: Chateau Green. HEX triplet: 52, A1 and 65. RGB value is (82,161,101). Sum of RGB (Red+Green+Blue) = 82+161+101=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #52A165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A165 is #AD5E9A. Grayscale: #828282. Windows color (decimal): -11361947 or 6660434. OLE color: 6660434.

HSL color Cylindrical-coordinate representation of color #52A165: hue angle of 134.43º 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 #52A165 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 161 101 -
CMYK 0.49 0 0.37 0.37
HSL 134.43º 0.33% 0.48% -
HSV(B) 134.43º 0.49% 0.63% -
XYZ 18.57 28.22 16.78 -
YUV 130.54 111.33 93.38 -
System Red Green Blue C M Y K H S L
Decimal 82 161 101 0.49 0 0.37 0.37 134.43 0.33 0.48
Hex 52 A1 65 31 0 25 25 86 21 30
Octal 122 241 145 61 0 45 45 206 41 60
Binary 1010010 10100001 1100101 110001 0 100101 100101 10000110 100001 110000

Color Harmonies of #52A165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A165

Black with #52A165

Text Example


Text Example

White with #52A165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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