Html Css Color HEX #529461 Chateau Green

📋 copy color: '#529461'

red 82 ◦ green 148 ◦ blue 97

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

Shades of Chateau Green #529461

Tints of Chateau Green #529461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 25.08%
G = 45.26%
B = 29.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#529461 (or 0x529461) is known color: Chateau Green. HEX triplet: 52, 94 and 61. RGB value is (82,148,97). Sum of RGB (Red+Green+Blue) = 82+148+97=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #529461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529461 is #AD6B9E. Grayscale: #7A7A7A. Windows color (decimal): -11365279 or 6394962. OLE color: 6394962.

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

Color convert

RGB 82 148 97 -
CMYK 0.45 0 0.34 0.42
HSL 133.64º 0.29% 0.45% -
HSV(B) 133.64º 0.45% 0.58% -
XYZ 16.23 23.84 15.05 -
YUV 122.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 82 148 97 0.45 0 0.34 0.42 133.64 0.29 0.45
Hex 52 94 61 2D 0 22 2A 86 1D 2D
Octal 122 224 141 55 0 42 52 206 35 55
Binary 1010010 10010100 1100001 101101 0 100010 101010 10000110 11101 101101

Color Harmonies of #529461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529461

Black with #529461

Text Example


Text Example

White with #529461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529461; }

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

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

background-color css

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

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

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

border-color css

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

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

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