Html Css Color HEX #549958 Fruit Salad

📋 copy color: '#549958'

red 84 ◦ green 153 ◦ blue 88

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

Shades of Fruit Salad #549958

Tints of Fruit Salad #549958

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.08%

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 25.85%
G = 47.08%
B = 27.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#549958 (or 0x549958) is known color: Fruit Salad. HEX triplet: 54, 99 and 58. RGB value is (84,153,88). Sum of RGB (Red+Green+Blue) = 84+153+88=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #549958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549958 is #AB66A7. Grayscale: #7D7D7D. Windows color (decimal): -11232936 or 5806420. OLE color: 5806420.

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

Color convert

RGB 84 153 88 -
CMYK 0.45 0 0.42 0.4
HSL 123.48º 0.29% 0.46% -
HSV(B) 123.48º 0.45% 0.6% -
XYZ 16.81 25.37 13.24 -
YUV 124.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 84 153 88 0.45 0 0.42 0.4 123.48 0.29 0.46
Hex 54 99 58 2D 0 2A 28 7B 1D 2E
Octal 124 231 130 55 0 52 50 173 35 56
Binary 1010100 10011001 1011000 101101 0 101010 101000 1111011 11101 101110

Color Harmonies of #549958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549958

Black with #549958

Text Example


Text Example

White with #549958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549958; }

 p { color: rgb(84,153,88); }

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

background-color css

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

 a { background-color: rgb(84,153,88); }

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

border-color css

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

 span { border-color: rgb(84,153,88); }

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