Html Css Color HEX #529766 Chateau Green

📋 copy color: '#529766'

red 82 ◦ green 151 ◦ blue 102

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

Shades of Chateau Green #529766

Tints of Chateau Green #529766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.07%

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

R = 24.48%
G = 45.07%
B = 30.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#529766 (or 0x529766) is known color: Chateau Green. HEX triplet: 52, 97 and 66. RGB value is (82,151,102). Sum of RGB (Red+Green+Blue) = 82+151+102=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #529766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529766 is #AD6899. Grayscale: #7C7C7C. Windows color (decimal): -11364506 or 6723410. OLE color: 6723410.

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

Color convert

RGB 82 151 102 -
CMYK 0.46 0 0.32 0.41
HSL 137.39º 0.3% 0.46% -
HSV(B) 137.39º 0.46% 0.59% -
XYZ 16.94 24.89 16.48 -
YUV 124.78 115.14 97.48 -
System Red Green Blue C M Y K H S L
Decimal 82 151 102 0.46 0 0.32 0.41 137.39 0.3 0.46
Hex 52 97 66 2E 0 20 29 89 1E 2E
Octal 122 227 146 56 0 40 51 211 36 56
Binary 1010010 10010111 1100110 101110 0 100000 101001 10001001 11110 101110

Color Harmonies of #529766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529766

Black with #529766

Text Example


Text Example

White with #529766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529766; }

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

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

background-color css

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

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

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

border-color css

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

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

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