#52A662

Color #52A662 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #52A662

Tints of Chateau Green #52A662

Color information

#52A662 (or 0x52A662) is unknown color: approx Chateau Green. HEX triplet: 52, A6 and 62. RGB value is (82,166,98). Sum of RGB (Red+Green+Blue) = 82+166+98=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #52A662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A662 is #AD599D. Grayscale: #858585. Windows color (decimal): -11360670 or 6465106. OLE color: 6465106.

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

Color convert

RGB8216698-
CMYK0.5100.410.35
HSL131.43º33.87%48.63%-
HSV(B)131.43º50.6%65.1%-
XYZ19.3229.9516.32-
YUV133.13108.1791.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 166 (65.23% from 255) = 47.98%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=23.70%
G=47.98%
B=28.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82166980.5100.410.35131.4333.8748.63
Hex52A6623302923832231
Octal12224614263051432034261
Binary1010010101001101100010110011010100110001110000011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,166,98); }

 H1.HeaderClassName
 {
   color: #52A662;
 }
 .AnyTagClassName
 {
   color: #52A662;
 }
</style>
background-color css

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

 a { background-color: rgb(82,166,98); }

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

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

 span { border-color: rgb(82,166,98); }

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