Html Css Color HEX #549261 Chateau Green

📋 copy color: '#549261'

red 84 ◦ green 146 ◦ blue 97

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

Shades of Chateau Green #549261

Tints of Chateau Green #549261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.65%

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

R = 25.69%
G = 44.65%
B = 29.66%

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

#549261 (or 0x549261) is known color: Chateau Green. HEX triplet: 54, 92 and 61. RGB value is (84,146,97). Sum of RGB (Red+Green+Blue) = 84+146+97=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #549261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549261 is #AB6D9E. Grayscale: #7A7A7A. Windows color (decimal): -11234719 or 6394452. OLE color: 6394452.

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

Color convert

RGB 84 146 97 -
CMYK 0.42 0 0.34 0.43
HSL 132.58º 0.27% 0.45% -
HSV(B) 132.58º 0.42% 0.57% -
XYZ 16.09 23.31 14.96 -
YUV 121.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 84 146 97 0.42 0 0.34 0.43 132.58 0.27 0.45
Hex 54 92 61 2A 0 22 2B 85 1B 2D
Octal 124 222 141 52 0 42 53 205 33 55
Binary 1010100 10010010 1100001 101010 0 100010 101011 10000101 11011 101101

Color Harmonies of #549261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549261

Black with #549261

Text Example


Text Example

White with #549261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549261; }

 p { color: rgb(84,146,97); }

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

background-color css

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

 a { background-color: rgb(84,146,97); }

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

border-color css

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

 span { border-color: rgb(84,146,97); }

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