#529366

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

Shades of Chateau Green #529366

Tints of Chateau Green #529366

Color information

#529366 (or 0x529366) is unknown color: approx Chateau Green. HEX triplet: 52, 93 and 66. RGB value is (82,147,102). Sum of RGB (Red+Green+Blue) = 82+147+102=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #529366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529366 is #AD6C99. Grayscale: #7A7A7A. Windows color (decimal): -11365530 or 6722386. OLE color: 6722386.

HSL color Cylindrical-coordinate representation of color #529366: hue angle of 138.46º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529366 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB82147102-
CMYK0.4400.310.42
HSL138.46º28.38%44.9%-
HSV(B)138.46º44.22%57.65%-
XYZ16.3123.6216.27-
YUV122.44116.4799.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 147 (57.81% from 255) = 44.41%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=24.77%
G=44.41%
B=30.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471020.4400.310.42138.4628.3844.9
Hex5293662C01F2A8a1c2d
Octal12222314654037522123455
Binary10100101001001111001101011000111111010101000101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529366; }

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

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

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

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

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

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

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

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