#529367

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

Shades of Chateau Green #529367

Tints of Chateau Green #529367

Color information

#529367 (or 0x529367) is unknown color: approx Chateau Green. HEX triplet: 52, 93 and 67. RGB value is (82,147,103). Sum of RGB (Red+Green+Blue) = 82+147+103=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #529367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529367 is #AD6C98. Grayscale: #7A7A7A. Windows color (decimal): -11365529 or 6787922. OLE color: 6787922.

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

Color convert

RGB82147103-
CMYK0.4400.300.42
HSL139.38º28.38%44.9%-
HSV(B)139.38º44.22%57.65%-
XYZ16.3623.6416.53-
YUV122.55116.9799.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=24.70%
G=44.28%
B=31.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471030.4400.300.42139.3828.3844.9
Hex5293672C01E2A8b1c2d
Octal12222314754036522133455
Binary10100101001001111001111011000111101010101000101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529367; }

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

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

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

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

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

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

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

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