Html Css Color HEX #529666 Chateau Green

📋 copy color: '#529666'

red 82 ◦ green 150 ◦ blue 102

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

Shades of Chateau Green #529666

Tints of Chateau Green #529666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.91%

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

R = 24.55%
G = 44.91%
B = 30.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#529666 (or 0x529666) is known color: Chateau Green. HEX triplet: 52, 96 and 66. RGB value is (82,150,102). Sum of RGB (Red+Green+Blue) = 82+150+102=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #529666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529666 is #AD6999. Grayscale: #7C7C7C. Windows color (decimal): -11364762 or 6723154. OLE color: 6723154.

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

Color convert

RGB 82 150 102 -
CMYK 0.45 0 0.32 0.41
HSL 137.65º 0.29% 0.45% -
HSV(B) 137.65º 0.45% 0.59% -
XYZ 16.78 24.57 16.43 -
YUV 124.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 82 150 102 0.45 0 0.32 0.41 137.65 0.29 0.45
Hex 52 96 66 2D 0 20 29 8A 1D 2D
Octal 122 226 146 55 0 40 51 212 35 55
Binary 1010010 10010110 1100110 101101 0 100000 101001 10001010 11101 101101

Color Harmonies of #529666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529666

Black with #529666

Text Example


Text Example

White with #529666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529666; }

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

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

background-color css

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

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

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

border-color css

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

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

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