Html Css Color HEX #549D45 Fruit Salad

📋 copy color: '#549D45'

red 84 ◦ green 157 ◦ blue 69

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

Shades of Fruit Salad #549D45

Tints of Fruit Salad #549D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 27.1%
G = 50.65%
B = 22.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#549D45 (or 0x549D45) is known color: Fruit Salad. HEX triplet: 54, 9D and 45. RGB value is (84,157,69). Sum of RGB (Red+Green+Blue) = 84+157+69=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #549D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D45 is #AB62BA. Grayscale: #7D7D7D. Windows color (decimal): -11231931 or 4562260. OLE color: 4562260.

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

Color convert

RGB 84 157 69 -
CMYK 0.46 0 0.56 0.38
HSL 109.77º 0.39% 0.44% -
HSV(B) 109.77º 0.56% 0.62% -
XYZ 16.79 26.43 9.85 -
YUV 125.14 96.32 98.66 -
System Red Green Blue C M Y K H S L
Decimal 84 157 69 0.46 0 0.56 0.38 109.77 0.39 0.44
Hex 54 9D 45 2E 0 38 26 6E 27 2C
Octal 124 235 105 56 0 70 46 156 47 54
Binary 1010100 10011101 1000101 101110 0 111000 100110 1101110 100111 101100

Color Harmonies of #549D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549D45

Black with #549D45

Text Example


Text Example

White with #549D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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