#529661

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

Shades of Chateau Green #529661

Tints of Chateau Green #529661

Color information

#529661 (or 0x529661) is unknown color: approx Chateau Green. HEX triplet: 52, 96 and 61. RGB value is (82,150,97). Sum of RGB (Red+Green+Blue) = 82+150+97=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #529661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529661 is #AD699E. Grayscale: #7B7B7B. Windows color (decimal): -11364767 or 6395474. OLE color: 6395474.

HSL color Cylindrical-coordinate representation of color #529661: hue angle of 133.24º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529661 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB8215097-
CMYK0.4500.350.41
HSL133.24º29.31%45.49%-
HSV(B)133.24º45.33%58.82%-
XYZ16.5424.4715.16-
YUV123.63112.9798.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=24.92%
G=45.59%
B=29.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150970.4500.350.41133.2429.3145.49
Hex5296612D02329851d2d
Octal12222614155043512053555
Binary101001010010110110000110110101000111010011000010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529661; }

 p { color: rgb(82,150,97); }

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

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

 a { background-color: rgb(82,150,97); }

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

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

 span { border-color: rgb(82,150,97); }

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