#529362

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

Shades of Chateau Green #529362

Tints of Chateau Green #529362

Color information

#529362 (or 0x529362) is unknown color: approx Chateau Green. HEX triplet: 52, 93 and 62. RGB value is (82,147,98). Sum of RGB (Red+Green+Blue) = 82+147+98=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #529362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529362 is #AD6C9D. Grayscale: #7A7A7A. Windows color (decimal): -11365534 or 6460242. OLE color: 6460242.

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

Color convert

RGB8214798-
CMYK0.4400.330.42
HSL134.77º28.38%44.9%-
HSV(B)134.77º44.22%57.65%-
XYZ16.1223.5415.25-
YUV121.98114.4799.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=25.08%
G=44.95%
B=29.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147980.4400.330.42134.7728.3844.9
Hex5293622C0212A871c2d
Octal12222314254041522073455
Binary101001010010011110001010110001000011010101000011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529362; }

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

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

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

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

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

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

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

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