Html Css Color HEX #529167 Chateau Green

📋 copy color: '#529167'

red 82 ◦ green 145 ◦ blue 103

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

Shades of Chateau Green #529167

Tints of Chateau Green #529167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.21%

R = 24.85%
G = 43.94%
B = 31.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#529167 (or 0x529167) is known color: Chateau Green. HEX triplet: 52, 91 and 67. RGB value is (82,145,103). Sum of RGB (Red+Green+Blue) = 82+145+103=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #529167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529167 is #AD6E98. Grayscale: #797979. Windows color (decimal): -11366041 or 6787410. OLE color: 6787410.

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

Color convert

RGB 82 145 103 -
CMYK 0.43 0 0.29 0.43
HSL 140º 0.28% 0.45% -
HSV(B) 140º 0.43% 0.57% -
XYZ 16.05 23.02 16.43 -
YUV 121.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 82 145 103 0.43 0 0.29 0.43 140 0.28 0.45
Hex 52 91 67 2B 0 1D 2B 8C 1C 2D
Octal 122 221 147 53 0 35 53 214 34 55
Binary 1010010 10010001 1100111 101011 0 11101 101011 10001100 11100 101101

Color Harmonies of #529167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529167

Black with #529167

Text Example


Text Example

White with #529167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529167; }

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

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

background-color css

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

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

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

border-color css

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

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

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