Html Css Color HEX #549364 Chateau Green

📋 copy color: '#549364'

red 84 ◦ green 147 ◦ blue 100

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

Shades of Chateau Green #549364

Tints of Chateau Green #549364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

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

R = 25.38%
G = 44.41%
B = 30.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#549364 (or 0x549364) is known color: Chateau Green. HEX triplet: 54, 93 and 64. RGB value is (84,147,100). Sum of RGB (Red+Green+Blue) = 84+147+100=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #549364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549364 is #AB6C9B. Grayscale: #7A7A7A. Windows color (decimal): -11234460 or 6591316. OLE color: 6591316.

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

Color convert

RGB 84 147 100 -
CMYK 0.43 0 0.32 0.42
HSL 135.24º 0.27% 0.45% -
HSV(B) 135.24º 0.43% 0.58% -
XYZ 16.39 23.67 15.76 -
YUV 122.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 84 147 100 0.43 0 0.32 0.42 135.24 0.27 0.45
Hex 54 93 64 2B 0 20 2A 87 1B 2D
Octal 124 223 144 53 0 40 52 207 33 55
Binary 1010100 10010011 1100100 101011 0 100000 101010 10000111 11011 101101

Color Harmonies of #549364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549364

Black with #549364

Text Example


Text Example

White with #549364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549364; }

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

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

background-color css

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

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

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

border-color css

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

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

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