Html Css Color HEX #529460 Chateau Green

📋 copy color: '#529460'

red 82 ◦ green 148 ◦ blue 96

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

Shades of Chateau Green #529460

Tints of Chateau Green #529460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 25.15%
G = 45.4%
B = 29.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#529460 (or 0x529460) is known color: Chateau Green. HEX triplet: 52, 94 and 60. RGB value is (82,148,96). Sum of RGB (Red+Green+Blue) = 82+148+96=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #529460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529460 is #AD6B9F. Grayscale: #7A7A7A. Windows color (decimal): -11365280 or 6329426. OLE color: 6329426.

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

Color convert

RGB 82 148 96 -
CMYK 0.45 0 0.35 0.42
HSL 132.73º 0.29% 0.45% -
HSV(B) 132.73º 0.45% 0.58% -
XYZ 16.18 23.82 14.81 -
YUV 122.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 82 148 96 0.45 0 0.35 0.42 132.73 0.29 0.45
Hex 52 94 60 2D 0 23 2A 85 1D 2D
Octal 122 224 140 55 0 43 52 205 35 55
Binary 1010010 10010100 1100000 101101 0 100011 101010 10000101 11101 101101

Color Harmonies of #529460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529460

Black with #529460

Text Example


Text Example

White with #529460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529460; }

 p { color: rgb(82,148,96); }

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

background-color css

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

 a { background-color: rgb(82,148,96); }

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

border-color css

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

 span { border-color: rgb(82,148,96); }

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