Html Css Color HEX #549860 Chateau Green

📋 copy color: '#549860'

red 84 ◦ green 152 ◦ blue 96

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

Shades of Chateau Green #549860

Tints of Chateau Green #549860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 25.3%
G = 45.78%
B = 28.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#549860 (or 0x549860) is known color: Chateau Green. HEX triplet: 54, 98 and 60. RGB value is (84,152,96). Sum of RGB (Red+Green+Blue) = 84+152+96=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #549860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549860 is #AB679F. Grayscale: #7D7D7D. Windows color (decimal): -11233184 or 6330452. OLE color: 6330452.

HSL color Cylindrical-coordinate representation of color #549860: hue angle of 130.59º 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 #549860 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 96 -
CMYK 0.45 0 0.37 0.40
HSL 130.59º 0.29% 0.46% -
HSV(B) 130.59º 0.45% 0.6% -
XYZ 17 25.19 15.03 -
YUV 125.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 84 152 96 0.45 0 0.37 0.40 130.59 0.29 0.46
Hex 54 98 60 2D 0 25 28 83 1D 2E
Octal 124 230 140 55 0 45 50 203 35 56
Binary 1010100 10011000 1100000 101101 0 100101 101000 10000011 11101 101110

Color Harmonies of #549860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549860

Black with #549860

Text Example


Text Example

White with #549860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549860; }

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

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

background-color css

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

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

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

border-color css

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

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

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