#54994F

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

Shades of Fruit Salad #54994F

Tints of Fruit Salad #54994F

Color information

#54994F (or 0x54994F) is unknown color: approx Fruit Salad. HEX triplet: 54, 99 and 4F. RGB value is (84,153,79). Sum of RGB (Red+Green+Blue) = 84+153+79=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #54994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54994F is #AB66B0. Grayscale: #7C7C7C. Windows color (decimal): -11232945 or 5216596. OLE color: 5216596.

HSL color Cylindrical-coordinate representation of color #54994F: hue angle of 115.95º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54994F is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB8415379-
CMYK0.4500.480.4
HSL115.95º31.9%45.49%-
HSV(B)115.95º48.37%60%-
XYZ16.4625.2311.4-
YUV123.93102.6499.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.58%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 79 (31.25% from 255) = 25%
R=26.58%
G=48.42%
B=25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153790.4500.480.4115.9531.945.49
Hex54994F2D0302874202d
Octal12423111755060501644055
Binary101010010011001100111110110101100001010001110100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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