Html Css Color HEX #529166 Chateau Green

📋 copy color: '#529166'

red 82 ◦ green 145 ◦ blue 102

#529166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #529166

Tints of Chateau Green #529166

RGB

 RED value IS 82 (32.42% from 255) = 24.92%

 GREEN value IS 145 (57.03% from 255) = 44.07%

 BLUE value IS 102 (40.23% from 255) = 31%

R = 24.92%
G = 44.07%
B = 31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#529166 (or 0x529166) is known color: Chateau Green. HEX triplet: 52, 91 and 66. RGB value is (82,145,102). Sum of RGB (Red+Green+Blue) = 82+145+102=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #529166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529166 is #AD6E99. Grayscale: #797979. Windows color (decimal): -11366042 or 6721874. OLE color: 6721874.

HSL color Cylindrical-coordinate representation of color #529166: hue angle of 139.05º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529166 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 102 -
CMYK 0.43 0 0.30 0.43
HSL 139.05º 0.28% 0.45% -
HSV(B) 139.05º 0.43% 0.57% -
XYZ 16 23 16.17 -
YUV 121.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 82 145 102 0.43 0 0.30 0.43 139.05 0.28 0.45
Hex 52 91 66 2B 0 1E 2B 8B 1C 2D
Octal 122 221 146 53 0 36 53 213 34 55
Binary 1010010 10010001 1100110 101011 0 11110 101011 10001011 11100 101101

Color Harmonies of #529166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529166

Black with #529166

Text Example


Text Example

White with #529166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529166; }

 p { color: rgb(82,145,102); }

 H1.HeaderClassName
 {
   color: #529166;
 }
 .AnyTagClassName
 {
   color: #529166;
 }
</style>

background-color css

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

 a { background-color: rgb(82,145,102); }

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

border-color css

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

 span { border-color: rgb(82,145,102); }

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