Html Css Color HEX #529165 Chateau Green

📋 copy color: '#529165'

red 82 ◦ green 145 ◦ blue 101

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

Shades of Chateau Green #529165

Tints of Chateau Green #529165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 25%
G = 44.21%
B = 30.79%

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

#529165 (or 0x529165) is known color: Chateau Green. HEX triplet: 52, 91 and 65. RGB value is (82,145,101). Sum of RGB (Red+Green+Blue) = 82+145+101=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #529165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529165 is #AD6E9A. Grayscale: #797979. Windows color (decimal): -11366043 or 6656338. OLE color: 6656338.

HSL color Cylindrical-coordinate representation of color #529165: hue angle of 138.1º 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 #529165 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 101 -
CMYK 0.43 0 0.30 0.43
HSL 138.1º 0.28% 0.45% -
HSV(B) 138.1º 0.43% 0.57% -
XYZ 15.95 22.98 15.91 -
YUV 121.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 82 145 101 0.43 0 0.30 0.43 138.1 0.28 0.45
Hex 52 91 65 2B 0 1E 2B 8A 1C 2D
Octal 122 221 145 53 0 36 53 212 34 55
Binary 1010010 10010001 1100101 101011 0 11110 101011 10001010 11100 101101

Color Harmonies of #529165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529165

Black with #529165

Text Example


Text Example

White with #529165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529165; }

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

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

background-color css

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

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

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

border-color css

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

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

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