#54965e

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

Shades of Fruit Salad #54965E

Tints of Fruit Salad #54965E

Color information

#54965E (or 0x54965E) is unknown color: approx Fruit Salad. HEX triplet: 54, 96 and 5E. RGB value is (84,150,94). Sum of RGB (Red+Green+Blue) = 84+150+94=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #54965E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54965E is #AB69A1. Grayscale: #7C7C7C. Windows color (decimal): -11233698 or 6198868. OLE color: 6198868.

HSL color Cylindrical-coordinate representation of color #54965E: hue angle of 129.09º 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 #54965E is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB8415094-
CMYK0.4400.370.41
HSL129.09º28.21%45.88%-
HSV(B)129.09º44%58.82%-
XYZ16.5824.5114.45-
YUV123.88111.1399.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=25.61%
G=45.73%
B=28.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84150940.4400.370.41129.0928.2145.88
Hex54965E2C02529811c2e
Octal12422613654045512013456
Binary101010010010110101111010110001001011010011000000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54965e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54965e; }

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

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

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

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

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

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

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

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