#529761

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

Shades of Chateau Green #529761

Tints of Chateau Green #529761

Color information

#529761 (or 0x529761) is unknown color: approx Chateau Green. HEX triplet: 52, 97 and 61. RGB value is (82,151,97). Sum of RGB (Red+Green+Blue) = 82+151+97=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #529761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529761 is #AD689E. Grayscale: #7C7C7C. Windows color (decimal): -11364511 or 6395730. OLE color: 6395730.

HSL color Cylindrical-coordinate representation of color #529761: hue angle of 133.04º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529761 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB8215197-
CMYK0.4600.360.41
HSL133.04º29.61%45.69%-
HSV(B)133.04º45.7%59.22%-
XYZ16.724.7915.21-
YUV124.21112.6497.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 151 (59.38% from 255) = 45.76%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=24.85%
G=45.76%
B=29.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82151970.4600.360.41133.0429.6145.69
Hex5297612E02429851e2e
Octal12222714156044512053656
Binary101001010010111110000110111001001001010011000010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529761; }

 p { color: rgb(82,151,97); }

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

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

 a { background-color: rgb(82,151,97); }

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

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

 span { border-color: rgb(82,151,97); }

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