#529463

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

Shades of Chateau Green #529463

Tints of Chateau Green #529463

Color information

#529463 (or 0x529463) is unknown color: approx Chateau Green. HEX triplet: 52, 94 and 63. RGB value is (82,148,99). Sum of RGB (Red+Green+Blue) = 82+148+99=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #529463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529463 is #AD6B9C. Grayscale: #7A7A7A. Windows color (decimal): -11365277 or 6526034. OLE color: 6526034.

HSL color Cylindrical-coordinate representation of color #529463: hue angle of 135.45º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529463 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB8214899-
CMYK0.4500.330.42
HSL135.45º28.7%45.1%-
HSV(B)135.45º44.59%58.04%-
XYZ16.3223.8715.55-
YUV122.68114.6398.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=24.92%
G=44.98%
B=30.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82148990.4500.330.42135.4528.745.1
Hex5294632D0212A871d2d
Octal12222414355041522073555
Binary101001010010100110001110110101000011010101000011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529463; }

 p { color: rgb(82,148,99); }

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

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

 a { background-color: rgb(82,148,99); }

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

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

 span { border-color: rgb(82,148,99); }

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