Html Css Color HEX #549C51 Fruit Salad

📋 copy color: '#549C51'

red 84 ◦ green 156 ◦ blue 81

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

Shades of Fruit Salad #549C51

Tints of Fruit Salad #549C51

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.6%

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 26.17%
G = 48.6%
B = 25.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#549C51 (or 0x549C51) is known color: Fruit Salad. HEX triplet: 54, 9C and 51. RGB value is (84,156,81). Sum of RGB (Red+Green+Blue) = 84+156+81=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #549C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C51 is #AB63AE. Grayscale: #7E7E7E. Windows color (decimal): -11232175 or 5348436. OLE color: 5348436.

HSL color Cylindrical-coordinate representation of color #549C51: hue angle of 117.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #549C51 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 156 81 -
CMYK 0.46 0 0.48 0.39
HSL 117.6º 0.32% 0.46% -
HSV(B) 117.6º 0.48% 0.61% -
XYZ 17.03 26.26 11.95 -
YUV 125.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 84 156 81 0.46 0 0.48 0.39 117.6 0.32 0.46
Hex 54 9C 51 2E 0 30 27 76 20 2E
Octal 124 234 121 56 0 60 47 166 40 56
Binary 1010100 10011100 1010001 101110 0 110000 100111 1110110 100000 101110

Color Harmonies of #549C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549C51

Black with #549C51

Text Example


Text Example

White with #549C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549C51; }

 p { color: rgb(84,156,81); }

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

background-color css

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

 a { background-color: rgb(84,156,81); }

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

border-color css

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

 span { border-color: rgb(84,156,81); }

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