Html Css Color HEX #549C60 Fruit Salad

📋 copy color: '#549C60'

red 84 ◦ green 156 ◦ blue 96

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

Shades of Fruit Salad #549C60

Tints of Fruit Salad #549C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 25%
G = 46.43%
B = 28.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#549C60 (or 0x549C60) is known color: Fruit Salad. HEX triplet: 54, 9C and 60. RGB value is (84,156,96). Sum of RGB (Red+Green+Blue) = 84+156+96=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #549C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C60 is #AB639F. Grayscale: #7F7F7F. Windows color (decimal): -11232160 or 6331476. OLE color: 6331476.

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

Color convert

RGB 84 156 96 -
CMYK 0.46 0 0.38 0.39
HSL 130º 0.3% 0.47% -
HSV(B) 130º 0.46% 0.61% -
XYZ 17.66 26.51 15.25 -
YUV 127.63 110.15 96.88 -
System Red Green Blue C M Y K H S L
Decimal 84 156 96 0.46 0 0.38 0.39 130 0.3 0.47
Hex 54 9C 60 2E 0 26 27 82 1E 2F
Octal 124 234 140 56 0 46 47 202 36 57
Binary 1010100 10011100 1100000 101110 0 100110 100111 10000010 11110 101111

Color Harmonies of #549C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549C60

Black with #549C60

Text Example


Text Example

White with #549C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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