Html Css Color HEX #549E5D Fruit Salad

📋 copy color: '#549E5D'

red 84 ◦ green 158 ◦ blue 93

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

Shades of Fruit Salad #549E5D

Tints of Fruit Salad #549E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.16%

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

R = 25.07%
G = 47.16%
B = 27.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#549E5D (or 0x549E5D) is known color: Fruit Salad. HEX triplet: 54, 9E and 5D. RGB value is (84,158,93). Sum of RGB (Red+Green+Blue) = 84+158+93=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #549E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549E5D is #AB61A2. Grayscale: #808080. Windows color (decimal): -11231651 or 6135380. OLE color: 6135380.

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

Color convert

RGB 84 158 93 -
CMYK 0.47 0 0.41 0.38
HSL 127.3º 0.31% 0.47% -
HSV(B) 127.3º 0.47% 0.62% -
XYZ 17.86 27.13 14.65 -
YUV 128.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 84 158 93 0.47 0 0.41 0.38 127.3 0.31 0.47
Hex 54 9E 5D 2F 0 29 26 7F 1F 2F
Octal 124 236 135 57 0 51 46 177 37 57
Binary 1010100 10011110 1011101 101111 0 101001 100110 1111111 11111 101111

Color Harmonies of #549E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549E5D

Black with #549E5D

Text Example


Text Example

White with #549E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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