#529766

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

Shades of Chateau Green #529766

Tints of Chateau Green #529766

Color information

#529766 (or 0x529766) is unknown color: approx Chateau Green. HEX triplet: 52, 97 and 66. RGB value is (82,151,102). Sum of RGB (Red+Green+Blue) = 82+151+102=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #529766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529766 is #AD6899. Grayscale: #7C7C7C. Windows color (decimal): -11364506 or 6723410. OLE color: 6723410.

HSL color Cylindrical-coordinate representation of color #529766: hue angle of 137.39º 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 #529766 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB82151102-
CMYK0.4600.320.41
HSL137.39º29.61%45.69%-
HSV(B)137.39º45.7%59.22%-
XYZ16.9424.8916.48-
YUV124.78115.1497.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=24.48%
G=45.07%
B=30.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511020.4600.320.41137.3929.6145.69
Hex5297662E02029891e2e
Octal12222714656040512113656
Binary101001010010111110011010111001000001010011000100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529766; }

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

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

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

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

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

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

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

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