Html Css Color HEX #529B66 Chateau Green

📋 copy color: '#529B66'

red 82 ◦ green 155 ◦ blue 102

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

Shades of Chateau Green #529B66

Tints of Chateau Green #529B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.72%

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

R = 24.19%
G = 45.72%
B = 30.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#529B66 (or 0x529B66) is known color: Chateau Green. HEX triplet: 52, 9B and 66. RGB value is (82,155,102). Sum of RGB (Red+Green+Blue) = 82+155+102=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #529B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B66 is #AD6499. Grayscale: #7F7F7F. Windows color (decimal): -11363482 or 6724434. OLE color: 6724434.

HSL color Cylindrical-coordinate representation of color #529B66: hue angle of 136.44º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B66 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 102 -
CMYK 0.47 0 0.34 0.39
HSL 136.44º 0.31% 0.46% -
HSV(B) 136.44º 0.47% 0.61% -
XYZ 17.6 26.2 16.7 -
YUV 127.13 113.82 95.81 -
System Red Green Blue C M Y K H S L
Decimal 82 155 102 0.47 0 0.34 0.39 136.44 0.31 0.46
Hex 52 9B 66 2F 0 22 27 88 1F 2E
Octal 122 233 146 57 0 42 47 210 37 56
Binary 1010010 10011011 1100110 101111 0 100010 100111 10001000 11111 101110

Color Harmonies of #529B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B66

Black with #529B66

Text Example


Text Example

White with #529B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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