Html Css Color HEX #549C5E Fruit Salad

📋 copy color: '#549C5E'

red 84 ◦ green 156 ◦ blue 94

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

Shades of Fruit Salad #549C5E

Tints of Fruit Salad #549C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 25.15%
G = 46.71%
B = 28.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#549C5E (or 0x549C5E) is known color: Fruit Salad. HEX triplet: 54, 9C and 5E. RGB value is (84,156,94). Sum of RGB (Red+Green+Blue) = 84+156+94=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #549C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C5E is #AB63A1. Grayscale: #7F7F7F. Windows color (decimal): -11232162 or 6200404. OLE color: 6200404.

HSL color Cylindrical-coordinate representation of color #549C5E: hue angle of 128.33º 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 #549C5E is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 156 94 -
CMYK 0.46 0 0.40 0.39
HSL 128.33º 0.3% 0.47% -
HSV(B) 128.33º 0.46% 0.61% -
XYZ 17.57 26.47 14.77 -
YUV 127.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 84 156 94 0.46 0 0.40 0.39 128.33 0.3 0.47
Hex 54 9C 5E 2E 0 28 27 80 1E 2F
Octal 124 234 136 56 0 50 47 200 36 57
Binary 1010100 10011100 1011110 101110 0 101000 100111 10000000 11110 101111

Color Harmonies of #549C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549C5E

Black with #549C5E

Text Example


Text Example

White with #549C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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