#54974F

Color #54974F Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #54974F

Tints of Fruit Salad #54974F

Color information

#54974F (or 0x54974F) is unknown color: approx Fruit Salad. HEX triplet: 54, 97 and 4F. RGB value is (84,151,79). Sum of RGB (Red+Green+Blue) = 84+151+79=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #54974F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54974F is #AB68B0. Grayscale: #7A7A7A. Windows color (decimal): -11233457 or 5216084. OLE color: 5216084.

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

Color convert

RGB8415179-
CMYK0.4400.480.41
HSL115.83º31.3%45.1%-
HSV(B)115.83º47.68%59.22%-
XYZ16.1324.5811.29-
YUV122.76103.3100.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 151 (59.38% from 255) = 48.09%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=26.75%
G=48.09%
B=25.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84151790.4400.480.41115.8331.345.1
Hex54974F2C03029741f2d
Octal12422711754060511643755
Binary10101001001011110011111011000110000101001111010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54974F; }

 p { color: rgb(84,151,79); }

 H1.HeaderClassName
 {
   color: #54974F;
 }
 .AnyTagClassName
 {
   color: #54974F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #54974F;
 }
 .BgClassName
 {
   background-color: #54974F;
 }
</style>
border-color css

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

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

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