Html Css Color HEX #549565 Chateau Green

📋 copy color: '#549565'

red 84 ◦ green 149 ◦ blue 101

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

Shades of Chateau Green #549565

Tints of Chateau Green #549565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 25.15%
G = 44.61%
B = 30.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#549565 (or 0x549565) is known color: Chateau Green. HEX triplet: 54, 95 and 65. RGB value is (84,149,101). Sum of RGB (Red+Green+Blue) = 84+149+101=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #549565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549565 is #AB6A9A. Grayscale: #7C7C7C. Windows color (decimal): -11233947 or 6657364. OLE color: 6657364.

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

Color convert

RGB 84 149 101 -
CMYK 0.44 0 0.32 0.42
HSL 135.69º 0.28% 0.46% -
HSV(B) 135.69º 0.44% 0.58% -
XYZ 16.75 24.32 16.12 -
YUV 124.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 84 149 101 0.44 0 0.32 0.42 135.69 0.28 0.46
Hex 54 95 65 2C 0 20 2A 88 1C 2E
Octal 124 225 145 54 0 40 52 210 34 56
Binary 1010100 10010101 1100101 101100 0 100000 101010 10001000 11100 101110

Color Harmonies of #549565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549565

Black with #549565

Text Example


Text Example

White with #549565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549565; }

 p { color: rgb(84,149,101); }

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

background-color css

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

 a { background-color: rgb(84,149,101); }

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

border-color css

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

 span { border-color: rgb(84,149,101); }

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