#54984C

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

Shades of Fruit Salad #54984C

Tints of Fruit Salad #54984C

Color information

#54984C (or 0x54984C) is unknown color: approx Fruit Salad. HEX triplet: 54, 98 and 4C. RGB value is (84,152,76). Sum of RGB (Red+Green+Blue) = 84+152+76=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #54984C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54984C is #AB67B3. Grayscale: #7B7B7B. Windows color (decimal): -11233204 or 5019732. OLE color: 5019732.

HSL color Cylindrical-coordinate representation of color #54984C: hue angle of 113.68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54984C is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB8415276-
CMYK0.4500.500.40
HSL113.68º33.33%44.71%-
HSV(B)113.68º50%59.61%-
XYZ16.1924.8610.78-
YUV123101.47100.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=26.92%
G=48.72%
B=24.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84152760.4500.500.40113.6833.3344.71
Hex54984C2D0322872212d
Octal12423011455062501624155
Binary101010010011000100110010110101100101010001110010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54984C; }

 p { color: rgb(84,152,76); }

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

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

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

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

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

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

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