Html Css Color HEX #549C5D Fruit Salad

📋 copy color: '#549C5D'

red 84 ◦ green 156 ◦ blue 93

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

Shades of Fruit Salad #549C5D

Tints of Fruit Salad #549C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 25.23%
G = 46.85%
B = 27.93%

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

#549C5D (or 0x549C5D) is known color: Fruit Salad. HEX triplet: 54, 9C and 5D. RGB value is (84,156,93). Sum of RGB (Red+Green+Blue) = 84+156+93=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #549C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C5D is #AB63A2. Grayscale: #7F7F7F. Windows color (decimal): -11232163 or 6134868. OLE color: 6134868.

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

Color convert

RGB 84 156 93 -
CMYK 0.46 0 0.40 0.39
HSL 127.5º 0.3% 0.47% -
HSV(B) 127.5º 0.46% 0.61% -
XYZ 17.52 26.45 14.54 -
YUV 127.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 84 156 93 0.46 0 0.40 0.39 127.5 0.3 0.47
Hex 54 9C 5D 2E 0 28 27 80 1E 2F
Octal 124 234 135 56 0 50 47 200 36 57
Binary 1010100 10011100 1011101 101110 0 101000 100111 10000000 11110 101111

Color Harmonies of #549C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549C5D

Black with #549C5D

Text Example


Text Example

White with #549C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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