Html Css Color HEX #549164 Chateau Green

📋 copy color: '#549164'

red 84 ◦ green 145 ◦ blue 100

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

Shades of Chateau Green #549164

Tints of Chateau Green #549164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 25.53%
G = 44.07%
B = 30.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#549164 (or 0x549164) is known color: Chateau Green. HEX triplet: 54, 91 and 64. RGB value is (84,145,100). Sum of RGB (Red+Green+Blue) = 84+145+100=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #549164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549164 is #AB6E9B. Grayscale: #797979. Windows color (decimal): -11234972 or 6590804. OLE color: 6590804.

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

Color convert

RGB 84 145 100 -
CMYK 0.42 0 0.31 0.43
HSL 135.74º 0.27% 0.45% -
HSV(B) 135.74º 0.42% 0.57% -
XYZ 16.08 23.06 15.66 -
YUV 121.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 84 145 100 0.42 0 0.31 0.43 135.74 0.27 0.45
Hex 54 91 64 2A 0 1F 2B 88 1B 2D
Octal 124 221 144 52 0 37 53 210 33 55
Binary 1010100 10010001 1100100 101010 0 11111 101011 10001000 11011 101101

Color Harmonies of #549164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549164

Black with #549164

Text Example


Text Example

White with #549164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549164; }

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

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

background-color css

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

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

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

border-color css

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

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

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