Html Css Color HEX #529365 Chateau Green

📋 copy color: '#529365'

red 82 ◦ green 147 ◦ blue 101

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

Shades of Chateau Green #529365

Tints of Chateau Green #529365

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.55%

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

R = 24.85%
G = 44.55%
B = 30.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#529365 (or 0x529365) is known color: Chateau Green. HEX triplet: 52, 93 and 65. RGB value is (82,147,101). Sum of RGB (Red+Green+Blue) = 82+147+101=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #529365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529365 is #AD6C9A. Grayscale: #7A7A7A. Windows color (decimal): -11365531 or 6656850. OLE color: 6656850.

HSL color Cylindrical-coordinate representation of color #529365: hue angle of 137.54º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529365 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 101 -
CMYK 0.44 0 0.31 0.42
HSL 137.54º 0.28% 0.45% -
HSV(B) 137.54º 0.44% 0.58% -
XYZ 16.26 23.6 16.01 -
YUV 122.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 82 147 101 0.44 0 0.31 0.42 137.54 0.28 0.45
Hex 52 93 65 2C 0 1F 2A 8A 1C 2D
Octal 122 223 145 54 0 37 52 212 34 55
Binary 1010010 10010011 1100101 101100 0 11111 101010 10001010 11100 101101

Color Harmonies of #529365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529365

Black with #529365

Text Example


Text Example

White with #529365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529365; }

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

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

background-color css

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

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

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

border-color css

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

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

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