Html Css Color HEX #549A46 Fruit Salad

📋 copy color: '#549A46'

red 84 ◦ green 154 ◦ blue 70

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

Shades of Fruit Salad #549A46

Tints of Fruit Salad #549A46

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 27.27%
G = 50%
B = 22.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#549A46 (or 0x549A46) is known color: Fruit Salad. HEX triplet: 54, 9A and 46. RGB value is (84,154,70). Sum of RGB (Red+Green+Blue) = 84+154+70=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #549A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549A46 is #AB65B9. Grayscale: #7B7B7B. Windows color (decimal): -11232698 or 4627028. OLE color: 4627028.

HSL color Cylindrical-coordinate representation of color #549A46: hue angle of 110º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #549A46 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 154 70 -
CMYK 0.45 0 0.55 0.40
HSL 110º 0.38% 0.44% -
HSV(B) 110º 0.55% 0.6% -
XYZ 16.32 25.44 9.84 -
YUV 123.49 97.81 99.83 -
System Red Green Blue C M Y K H S L
Decimal 84 154 70 0.45 0 0.55 0.40 110 0.38 0.44
Hex 54 9A 46 2D 0 37 28 6E 26 2C
Octal 124 232 106 55 0 67 50 156 46 54
Binary 1010100 10011010 1000110 101101 0 110111 101000 1101110 100110 101100

Color Harmonies of #549A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549A46

Black with #549A46

Text Example


Text Example

White with #549A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,154,70); }

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

background-color css

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

 a { background-color: rgb(84,154,70); }

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

border-color css

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

 span { border-color: rgb(84,154,70); }

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