Html Css Color HEX #549C5A Fruit Salad

📋 copy color: '#549C5A'

red 84 ◦ green 156 ◦ blue 90

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

Shades of Fruit Salad #549C5A

Tints of Fruit Salad #549C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 25.45%
G = 47.27%
B = 27.27%

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

#549C5A (or 0x549C5A) is known color: Fruit Salad. HEX triplet: 54, 9C and 5A. RGB value is (84,156,90). Sum of RGB (Red+Green+Blue) = 84+156+90=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #549C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C5A is #AB63A5. Grayscale: #7F7F7F. Windows color (decimal): -11232166 or 5938260. OLE color: 5938260.

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

Color convert

RGB 84 156 90 -
CMYK 0.46 0 0.42 0.39
HSL 125º 0.3% 0.47% -
HSV(B) 125º 0.46% 0.61% -
XYZ 17.39 26.4 13.85 -
YUV 126.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 84 156 90 0.46 0 0.42 0.39 125 0.3 0.47
Hex 54 9C 5A 2E 0 2A 27 7D 1E 2F
Octal 124 234 132 56 0 52 47 175 36 57
Binary 1010100 10011100 1011010 101110 0 101010 100111 1111101 11110 101111

Color Harmonies of #549C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549C5A

Black with #549C5A

Text Example


Text Example

White with #549C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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