Html Css Color HEX #549160 Chateau Green

📋 copy color: '#549160'

red 84 ◦ green 145 ◦ blue 96

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

Shades of Chateau Green #549160

Tints of Chateau Green #549160

RGB

 RED value IS 84 (33.2% from 255) = 25.85%

 GREEN value IS 145 (57.03% from 255) = 44.62%

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

R = 25.85%
G = 44.62%
B = 29.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#549160 (or 0x549160) is known color: Chateau Green. HEX triplet: 54, 91 and 60. RGB value is (84,145,96). Sum of RGB (Red+Green+Blue) = 84+145+96=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #549160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549160 is #AB6E9F. Grayscale: #797979. Windows color (decimal): -11234976 or 6328660. OLE color: 6328660.

HSL color Cylindrical-coordinate representation of color #549160: hue angle of 131.8º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549160 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 96 -
CMYK 0.42 0 0.34 0.43
HSL 131.8º 0.27% 0.45% -
HSV(B) 131.8º 0.42% 0.57% -
XYZ 15.89 22.98 14.66 -
YUV 121.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 84 145 96 0.42 0 0.34 0.43 131.8 0.27 0.45
Hex 54 91 60 2A 0 22 2B 84 1B 2D
Octal 124 221 140 52 0 42 53 204 33 55
Binary 1010100 10010001 1100000 101010 0 100010 101011 10000100 11011 101101

Color Harmonies of #549160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549160

Black with #549160

Text Example


Text Example

White with #549160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549160; }

 p { color: rgb(84,145,96); }

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

background-color css

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

 a { background-color: rgb(84,145,96); }

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

border-color css

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

 span { border-color: rgb(84,145,96); }

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