Html Css Color HEX #549950 Fruit Salad

📋 copy color: '#549950'

red 84 ◦ green 153 ◦ blue 80

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

Shades of Fruit Salad #549950

Tints of Fruit Salad #549950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 26.5%
G = 48.26%
B = 25.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#549950 (or 0x549950) is known color: Fruit Salad. HEX triplet: 54, 99 and 50. RGB value is (84,153,80). Sum of RGB (Red+Green+Blue) = 84+153+80=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #549950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549950 is #AB66AF. Grayscale: #7C7C7C. Windows color (decimal): -11232944 or 5282132. OLE color: 5282132.

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

Color convert

RGB 84 153 80 -
CMYK 0.45 0 0.48 0.4
HSL 116.71º 0.31% 0.46% -
HSV(B) 116.71º 0.48% 0.6% -
XYZ 16.5 25.25 11.59 -
YUV 124.05 103.14 99.44 -
System Red Green Blue C M Y K H S L
Decimal 84 153 80 0.45 0 0.48 0.4 116.71 0.31 0.46
Hex 54 99 50 2D 0 30 28 75 1F 2E
Octal 124 231 120 55 0 60 50 165 37 56
Binary 1010100 10011001 1010000 101101 0 110000 101000 1110101 11111 101110

Color Harmonies of #549950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549950

Black with #549950

Text Example


Text Example

White with #549950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549950; }

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

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

background-color css

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

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

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

border-color css

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

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

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