Html Css Color HEX #549C5B Fruit Salad

📋 copy color: '#549C5B'

red 84 ◦ green 156 ◦ blue 91

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

Shades of Fruit Salad #549C5B

Tints of Fruit Salad #549C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 25.38%
G = 47.13%
B = 27.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#549C5B (or 0x549C5B) is known color: Fruit Salad. HEX triplet: 54, 9C and 5B. RGB value is (84,156,91). Sum of RGB (Red+Green+Blue) = 84+156+91=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #549C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C5B is #AB63A4. Grayscale: #7F7F7F. Windows color (decimal): -11232165 or 6003796. OLE color: 6003796.

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

Color convert

RGB 84 156 91 -
CMYK 0.46 0 0.42 0.39
HSL 125.83º 0.3% 0.47% -
HSV(B) 125.83º 0.46% 0.61% -
XYZ 17.43 26.42 14.08 -
YUV 127.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 84 156 91 0.46 0 0.42 0.39 125.83 0.3 0.47
Hex 54 9C 5B 2E 0 2A 27 7E 1E 2F
Octal 124 234 133 56 0 52 47 176 36 57
Binary 1010100 10011100 1011011 101110 0 101010 100111 1111110 11110 101111

Color Harmonies of #549C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549C5B

Black with #549C5B

Text Example


Text Example

White with #549C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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