Html Css Color HEX #529566 Chateau Green

📋 copy color: '#529566'

red 82 ◦ green 149 ◦ blue 102

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

Shades of Chateau Green #529566

Tints of Chateau Green #529566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.74%

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

R = 24.62%
G = 44.74%
B = 30.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#529566 (or 0x529566) is known color: Chateau Green. HEX triplet: 52, 95 and 66. RGB value is (82,149,102). Sum of RGB (Red+Green+Blue) = 82+149+102=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #529566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529566 is #AD6A99. Grayscale: #7B7B7B. Windows color (decimal): -11365018 or 6722898. OLE color: 6722898.

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

Color convert

RGB 82 149 102 -
CMYK 0.45 0 0.32 0.42
HSL 137.91º 0.29% 0.45% -
HSV(B) 137.91º 0.45% 0.58% -
XYZ 16.63 24.25 16.37 -
YUV 123.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 82 149 102 0.45 0 0.32 0.42 137.91 0.29 0.45
Hex 52 95 66 2D 0 20 2A 8A 1D 2D
Octal 122 225 146 55 0 40 52 212 35 55
Binary 1010010 10010101 1100110 101101 0 100000 101010 10001010 11101 101101

Color Harmonies of #529566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529566

Black with #529566

Text Example


Text Example

White with #529566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529566; }

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

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

background-color css

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

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

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

border-color css

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

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

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