Html Css Color HEX #529065 Chateau Green

📋 copy color: '#529065'

red 82 ◦ green 144 ◦ blue 101

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

Shades of Chateau Green #529065

Tints of Chateau Green #529065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.04%

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

R = 25.08%
G = 44.04%
B = 30.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#529065 (or 0x529065) is known color: Chateau Green. HEX triplet: 52, 90 and 65. RGB value is (82,144,101). Sum of RGB (Red+Green+Blue) = 82+144+101=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #529065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529065 is #AD6F9A. Grayscale: #787878. Windows color (decimal): -11366299 or 6656082. OLE color: 6656082.

HSL color Cylindrical-coordinate representation of color #529065: hue angle of 138.39º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529065 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 101 -
CMYK 0.43 0 0.30 0.44
HSL 138.39º 0.27% 0.44% -
HSV(B) 138.39º 0.43% 0.56% -
XYZ 15.8 22.68 15.86 -
YUV 120.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 82 144 101 0.43 0 0.30 0.44 138.39 0.27 0.44
Hex 52 90 65 2B 0 1E 2C 8A 1B 2C
Octal 122 220 145 53 0 36 54 212 33 54
Binary 1010010 10010000 1100101 101011 0 11110 101100 10001010 11011 101100

Color Harmonies of #529065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529065

Black with #529065

Text Example


Text Example

White with #529065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529065; }

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

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

background-color css

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

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

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

border-color css

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

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

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