Html Css Color HEX #549654 Fruit Salad

📋 copy color: '#549654'

red 84 ◦ green 150 ◦ blue 84

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

Shades of Fruit Salad #549654

Tints of Fruit Salad #549654

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

 BLUE value IS 84 (33.2% from 255) = 26.42%

R = 26.42%
G = 47.17%
B = 26.42%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#549654 (or 0x549654) is known color: Fruit Salad. HEX triplet: 54, 96 and 54. RGB value is (84,150,84). Sum of RGB (Red+Green+Blue) = 84+150+84=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #549654 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549654 is #AB69AB. Grayscale: #7A7A7A. Windows color (decimal): -11233708 or 5543508. OLE color: 5543508.

HSL color Cylindrical-coordinate representation of color #549654: hue angle of 120º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549654 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 84 -
CMYK 0.44 0 0.44 0.41
HSL 120º 0.28% 0.46% -
HSV(B) 120º 0.44% 0.59% -
XYZ 16.16 24.34 12.23 -
YUV 122.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 84 150 84 0.44 0 0.44 0.41 120 0.28 0.46
Hex 54 96 54 2C 0 2C 29 78 1C 2E
Octal 124 226 124 54 0 54 51 170 34 56
Binary 1010100 10010110 1010100 101100 0 101100 101001 1111000 11100 101110

Color Harmonies of #549654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549654

Black with #549654

Text Example


Text Example

White with #549654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549654; }

 p { color: rgb(84,150,84); }

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

background-color css

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

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

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

border-color css

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

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

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