#529760

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

Shades of Chateau Green #529760

Tints of Chateau Green #529760

Color information

#529760 (or 0x529760) is unknown color: approx Chateau Green. HEX triplet: 52, 97 and 60. RGB value is (82,151,96). Sum of RGB (Red+Green+Blue) = 82+151+96=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #529760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529760 is #AD689F. Grayscale: #7C7C7C. Windows color (decimal): -11364512 or 6330194. OLE color: 6330194.

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

Color convert

RGB8215196-
CMYK0.4600.360.41
HSL132.17º29.61%45.69%-
HSV(B)132.17º45.7%59.22%-
XYZ16.6624.7714.97-
YUV124.1112.1497.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 151 (59.38% from 255) = 45.90%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=24.92%
G=45.90%
B=29.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82151960.4600.360.41132.1729.6145.69
Hex5297602E02429841e2e
Octal12222714056044512043656
Binary101001010010111110000010111001001001010011000010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529760; }

 p { color: rgb(82,151,96); }

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

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

 a { background-color: rgb(82,151,96); }

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

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

 span { border-color: rgb(82,151,96); }

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