Html Css Color HEX #549D59 Fruit Salad

📋 copy color: '#549D59'

red 84 ◦ green 157 ◦ blue 89

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

Shades of Fruit Salad #549D59

Tints of Fruit Salad #549D59

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.58%

 BLUE value IS 89 (35.16% from 255) = 26.97%

R = 25.45%
G = 47.58%
B = 26.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#549D59 (or 0x549D59) is known color: Fruit Salad. HEX triplet: 54, 9D and 59. RGB value is (84,157,89). Sum of RGB (Red+Green+Blue) = 84+157+89=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #549D59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D59 is #AB62A6. Grayscale: #7F7F7F. Windows color (decimal): -11231911 or 5872980. OLE color: 5872980.

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

Color convert

RGB 84 157 89 -
CMYK 0.46 0 0.43 0.38
HSL 124.11º 0.3% 0.47% -
HSV(B) 124.11º 0.46% 0.62% -
XYZ 17.52 26.72 13.69 -
YUV 127.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 84 157 89 0.46 0 0.43 0.38 124.11 0.3 0.47
Hex 54 9D 59 2E 0 2B 26 7C 1E 2F
Octal 124 235 131 56 0 53 46 174 36 57
Binary 1010100 10011101 1011001 101110 0 101011 100110 1111100 11110 101111

Color Harmonies of #549D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549D59

Black with #549D59

Text Example


Text Example

White with #549D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,157,89); }

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

background-color css

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

 a { background-color: rgb(84,157,89); }

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

border-color css

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

 span { border-color: rgb(84,157,89); }

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