Html Css Color HEX #54955A Fruit Salad

📋 copy color: '#54955A'

red 84 ◦ green 149 ◦ blue 90

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

Shades of Fruit Salad #54955A

Tints of Fruit Salad #54955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 26.01%
G = 46.13%
B = 27.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#54955A (or 0x54955A) is known color: Fruit Salad. HEX triplet: 54, 95 and 5A. RGB value is (84,149,90). Sum of RGB (Red+Green+Blue) = 84+149+90=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #54955A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54955A is #AB6AA5. Grayscale: #7B7B7B. Windows color (decimal): -11233958 or 5936468. OLE color: 5936468.

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

Color convert

RGB 84 149 90 -
CMYK 0.44 0 0.40 0.42
HSL 125.54º 0.28% 0.46% -
HSV(B) 125.54º 0.44% 0.58% -
XYZ 16.25 24.12 13.47 -
YUV 122.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 84 149 90 0.44 0 0.40 0.42 125.54 0.28 0.46
Hex 54 95 5A 2C 0 28 2A 7E 1C 2E
Octal 124 225 132 54 0 50 52 176 34 56
Binary 1010100 10010101 1011010 101100 0 101000 101010 1111110 11100 101110

Color Harmonies of #54955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54955A

Black with #54955A

Text Example


Text Example

White with #54955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54955A; }

 p { color: rgb(84,149,90); }

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

background-color css

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

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

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

border-color css

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

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

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