Html Css Color HEX #549553 Fruit Salad

📋 copy color: '#549553'

red 84 ◦ green 149 ◦ blue 83

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

Shades of Fruit Salad #549553

Tints of Fruit Salad #549553

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 26.58%
G = 47.15%
B = 26.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#549553 (or 0x549553) is known color: Fruit Salad. HEX triplet: 54, 95 and 53. RGB value is (84,149,83). Sum of RGB (Red+Green+Blue) = 84+149+83=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #549553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549553 is #AB6AAC. Grayscale: #7A7A7A. Windows color (decimal): -11233965 or 5477716. OLE color: 5477716.

HSL color Cylindrical-coordinate representation of color #549553: hue angle of 119.09º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549553 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 83 -
CMYK 0.44 0 0.44 0.42
HSL 119.09º 0.28% 0.45% -
HSV(B) 119.09º 0.44% 0.58% -
XYZ 15.96 24 11.98 -
YUV 122.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 84 149 83 0.44 0 0.44 0.42 119.09 0.28 0.45
Hex 54 95 53 2C 0 2C 2A 77 1C 2D
Octal 124 225 123 54 0 54 52 167 34 55
Binary 1010100 10010101 1010011 101100 0 101100 101010 1110111 11100 101101

Color Harmonies of #549553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549553

Black with #549553

Text Example


Text Example

White with #549553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549553; }

 p { color: rgb(84,149,83); }

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

background-color css

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

 a { background-color: rgb(84,149,83); }

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

border-color css

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

 span { border-color: rgb(84,149,83); }

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