#529364

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

Shades of Chateau Green #529364

Tints of Chateau Green #529364

Color information

#529364 (or 0x529364) is unknown color: approx Chateau Green. HEX triplet: 52, 93 and 64. RGB value is (82,147,100). Sum of RGB (Red+Green+Blue) = 82+147+100=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #529364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529364 is #AD6C9B. Grayscale: #7A7A7A. Windows color (decimal): -11365532 or 6591314. OLE color: 6591314.

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

Color convert

RGB82147100-
CMYK0.4400.320.42
HSL136.62º28.38%44.9%-
HSV(B)136.62º44.22%57.65%-
XYZ16.2123.5815.75-
YUV122.21115.4799.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=24.92%
G=44.68%
B=30.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471000.4400.320.42136.6228.3844.9
Hex5293642C0202A891c2d
Octal12222314454040522113455
Binary101001010010011110010010110001000001010101000100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529364; }

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

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

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

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

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

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

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

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