Html Css Color HEX #549855 Fruit Salad

📋 copy color: '#549855'

red 84 ◦ green 152 ◦ blue 85

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

Shades of Fruit Salad #549855

Tints of Fruit Salad #549855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 26.17%
G = 47.35%
B = 26.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#549855 (or 0x549855) is known color: Fruit Salad. HEX triplet: 54, 98 and 55. RGB value is (84,152,85). Sum of RGB (Red+Green+Blue) = 84+152+85=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #549855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549855 is #AB67AA. Grayscale: #7C7C7C. Windows color (decimal): -11233195 or 5609556. OLE color: 5609556.

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

Color convert

RGB 84 152 85 -
CMYK 0.45 0 0.44 0.40
HSL 120.88º 0.29% 0.46% -
HSV(B) 120.88º 0.45% 0.6% -
XYZ 16.52 25 12.55 -
YUV 124.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 84 152 85 0.45 0 0.44 0.40 120.88 0.29 0.46
Hex 54 98 55 2D 0 2C 28 79 1D 2E
Octal 124 230 125 55 0 54 50 171 35 56
Binary 1010100 10011000 1010101 101101 0 101100 101000 1111001 11101 101110

Color Harmonies of #549855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549855

Black with #549855

Text Example


Text Example

White with #549855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549855; }

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

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

background-color css

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

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

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

border-color css

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

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

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