#529464

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

Shades of Chateau Green #529464

Tints of Chateau Green #529464

Color information

#529464 (or 0x529464) is unknown color: approx Chateau Green. HEX triplet: 52, 94 and 64. RGB value is (82,148,100). Sum of RGB (Red+Green+Blue) = 82+148+100=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #529464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529464 is #AD6B9B. Grayscale: #7A7A7A. Windows color (decimal): -11365276 or 6591570. OLE color: 6591570.

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

Color convert

RGB82148100-
CMYK0.4500.320.42
HSL136.36º28.7%45.1%-
HSV(B)136.36º44.59%58.04%-
XYZ16.3723.8915.81-
YUV122.79115.1398.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 148 (58.20% from 255) = 44.85%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=24.85%
G=44.85%
B=30.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821481000.4500.320.42136.3628.745.1
Hex5294642D0202A881d2d
Octal12222414455040522103555
Binary101001010010100110010010110101000001010101000100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529464; }

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

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

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

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

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

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

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

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