#52A265

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

Shades of Chateau Green #52A265

Tints of Chateau Green #52A265

Color information

#52A265 (or 0x52A265) is unknown color: approx Chateau Green. HEX triplet: 52, A2 and 65. RGB value is (82,162,101). Sum of RGB (Red+Green+Blue) = 82+162+101=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #52A265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A265 is #AD5D9A. Grayscale: #838383. Windows color (decimal): -11361691 or 6660690. OLE color: 6660690.

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

Color convert

RGB82162101-
CMYK0.4900.380.36
HSL134.25º32.79%47.84%-
HSV(B)134.25º49.38%63.53%-
XYZ18.7528.5716.84-
YUV131.1311192.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=23.77%
G=46.96%
B=29.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821621010.4900.380.36134.2532.7947.84
Hex52A2653102624862130
Octal12224214561046442064160
Binary1010010101000101100101110001010011010010010000110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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