Html Css Color HEX #549864 Chateau Green

📋 copy color: '#549864'

red 84 ◦ green 152 ◦ blue 100

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

Shades of Chateau Green #549864

Tints of Chateau Green #549864

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.24%

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

R = 25%
G = 45.24%
B = 29.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#549864 (or 0x549864) is known color: Chateau Green. HEX triplet: 54, 98 and 64. RGB value is (84,152,100). Sum of RGB (Red+Green+Blue) = 84+152+100=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #549864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549864 is #AB679B. Grayscale: #7D7D7D. Windows color (decimal): -11233180 or 6592596. OLE color: 6592596.

HSL color Cylindrical-coordinate representation of color #549864: hue angle of 134.12º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549864 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 100 -
CMYK 0.45 0 0.34 0.40
HSL 134.12º 0.29% 0.46% -
HSV(B) 134.12º 0.45% 0.6% -
XYZ 17.18 25.26 16.03 -
YUV 125.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 84 152 100 0.45 0 0.34 0.40 134.12 0.29 0.46
Hex 54 98 64 2D 0 22 28 86 1D 2E
Octal 124 230 144 55 0 42 50 206 35 56
Binary 1010100 10011000 1100100 101101 0 100010 101000 10000110 11101 101110

Color Harmonies of #549864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549864

Black with #549864

Text Example


Text Example

White with #549864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549864; }

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

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

background-color css

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

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

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

border-color css

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

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

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