#52A964

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

Shades of Chateau Green #52A964

Tints of Chateau Green #52A964

Color information

#52A964 (or 0x52A964) is unknown color: approx Chateau Green. HEX triplet: 52, A9 and 64. RGB value is (82,169,100). Sum of RGB (Red+Green+Blue) = 82+169+100=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #52A964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A964 is #AD569B. Grayscale: #878787. Windows color (decimal): -11359900 or 6596946. OLE color: 6596946.

HSL color Cylindrical-coordinate representation of color #52A964: hue angle of 132.41º 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 #52A964 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB82169100-
CMYK0.5100.410.34
HSL132.41º34.66%49.22%-
HSV(B)132.41º51.48%66.27%-
XYZ19.9731.0917.01-
YUV135.12108.1890.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 169 (66.41% from 255) = 48.15%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=23.36%
G=48.15%
B=28.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821691000.5100.410.34132.4134.6649.22
Hex52A9643302922842331
Octal12225114463051422044361
Binary1010010101010011100100110011010100110001010000100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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