Html Css Color HEX #549461 Chateau Green

📋 copy color: '#549461'

red 84 ◦ green 148 ◦ blue 97

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

Shades of Chateau Green #549461

Tints of Chateau Green #549461

RGB

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

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

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

R = 25.53%
G = 44.98%
B = 29.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#549461 (or 0x549461) is known color: Chateau Green. HEX triplet: 54, 94 and 61. RGB value is (84,148,97). Sum of RGB (Red+Green+Blue) = 84+148+97=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #549461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549461 is #AB6B9E. Grayscale: #7B7B7B. Windows color (decimal): -11234207 or 6394964. OLE color: 6394964.

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

Color convert

RGB 84 148 97 -
CMYK 0.43 0 0.34 0.42
HSL 132.19º 0.28% 0.45% -
HSV(B) 132.19º 0.43% 0.58% -
XYZ 16.4 23.93 15.06 -
YUV 123.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 84 148 97 0.43 0 0.34 0.42 132.19 0.28 0.45
Hex 54 94 61 2B 0 22 2A 84 1C 2D
Octal 124 224 141 53 0 42 52 204 34 55
Binary 1010100 10010100 1100001 101011 0 100010 101010 10000100 11100 101101

Color Harmonies of #549461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549461

Black with #549461

Text Example


Text Example

White with #549461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549461; }

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

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

background-color css

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

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

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

border-color css

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

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

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