Html Css Color HEX #529364 Chateau Green

📋 copy color: '#529364'

red 82 ◦ green 147 ◦ blue 100

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

Shades of Chateau Green #529364

Tints of Chateau Green #529364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 24.92%
G = 44.68%
B = 30.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#529364 (or 0x529364) is known color: Chateau Green. HEX triplet: 52, 93 and 64. RGB value is (82,147,100). Sum of RGB (Red+Green+Blue) = 82+147+100=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #529364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529364 is #AD6C9B. Grayscale: #7A7A7A. Windows color (decimal): -11365532 or 6591314. OLE color: 6591314.

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

Color convert

RGB 82 147 100 -
CMYK 0.44 0 0.32 0.42
HSL 136.62º 0.28% 0.45% -
HSV(B) 136.62º 0.44% 0.58% -
XYZ 16.21 23.58 15.75 -
YUV 122.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 82 147 100 0.44 0 0.32 0.42 136.62 0.28 0.45
Hex 52 93 64 2C 0 20 2A 89 1C 2D
Octal 122 223 144 54 0 40 52 211 34 55
Binary 1010010 10010011 1100100 101100 0 100000 101010 10001001 11100 101101

Color Harmonies of #529364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529364

Black with #529364

Text Example


Text Example

White with #529364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529364; }

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

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

background-color css

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

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

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

border-color css

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

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

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