Html Css Color HEX #549D5D Fruit Salad

📋 copy color: '#549D5D'

red 84 ◦ green 157 ◦ blue 93

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

Shades of Fruit Salad #549D5D

Tints of Fruit Salad #549D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.01%

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

R = 25.15%
G = 47.01%
B = 27.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#549D5D (or 0x549D5D) is known color: Fruit Salad. HEX triplet: 54, 9D and 5D. RGB value is (84,157,93). Sum of RGB (Red+Green+Blue) = 84+157+93=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #549D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D5D is #AB62A2. Grayscale: #808080. Windows color (decimal): -11231907 or 6135124. OLE color: 6135124.

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

Color convert

RGB 84 157 93 -
CMYK 0.46 0 0.41 0.38
HSL 127.4º 0.3% 0.47% -
HSV(B) 127.4º 0.46% 0.62% -
XYZ 17.69 26.79 14.59 -
YUV 127.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 84 157 93 0.46 0 0.41 0.38 127.4 0.3 0.47
Hex 54 9D 5D 2E 0 29 26 7F 1E 2F
Octal 124 235 135 56 0 51 46 177 36 57
Binary 1010100 10011101 1011101 101110 0 101001 100110 1111111 11110 101111

Color Harmonies of #549D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549D5D

Black with #549D5D

Text Example


Text Example

White with #549D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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