#529065

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

Shades of Chateau Green #529065

Tints of Chateau Green #529065

Color information

#529065 (or 0x529065) is unknown color: approx Chateau Green. HEX triplet: 52, 90 and 65. RGB value is (82,144,101). Sum of RGB (Red+Green+Blue) = 82+144+101=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #529065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529065 is #AD6F9A. Grayscale: #787878. Windows color (decimal): -11366299 or 6656082. OLE color: 6656082.

HSL color Cylindrical-coordinate representation of color #529065: hue angle of 138.39º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529065 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB82144101-
CMYK0.4300.300.44
HSL138.39º27.43%44.31%-
HSV(B)138.39º43.06%56.47%-
XYZ15.822.6815.86-
YUV120.56116.96100.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=25.08%
G=44.04%
B=30.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821441010.4300.300.44138.3927.4344.31
Hex5290652B01E2C8a1b2c
Octal12222014553036542123354
Binary10100101001000011001011010110111101011001000101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529065; }

 p { color: rgb(82,144,101); }

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

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

 a { background-color: rgb(82,144,101); }

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

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

 span { border-color: rgb(82,144,101); }

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