Html Css Color HEX #549E53 Fruit Salad

📋 copy color: '#549E53'

red 84 ◦ green 158 ◦ blue 83

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

Shades of Fruit Salad #549E53

Tints of Fruit Salad #549E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 25.85%
G = 48.62%
B = 25.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#549E53 (or 0x549E53) is known color: Fruit Salad. HEX triplet: 54, 9E and 53. RGB value is (84,158,83). Sum of RGB (Red+Green+Blue) = 84+158+83=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #549E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549E53 is #AB61AC. Grayscale: #7F7F7F. Windows color (decimal): -11231661 or 5480020. OLE color: 5480020.

HSL color Cylindrical-coordinate representation of color #549E53: hue angle of 119.2º 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 #549E53 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 158 83 -
CMYK 0.47 0 0.47 0.38
HSL 119.2º 0.31% 0.47% -
HSV(B) 119.2º 0.47% 0.62% -
XYZ 17.44 26.96 12.47 -
YUV 127.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 84 158 83 0.47 0 0.47 0.38 119.2 0.31 0.47
Hex 54 9E 53 2F 0 2F 26 77 1F 2F
Octal 124 236 123 57 0 57 46 167 37 57
Binary 1010100 10011110 1010011 101111 0 101111 100110 1110111 11111 101111

Color Harmonies of #549E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549E53

Black with #549E53

Text Example


Text Example

White with #549E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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