#54A05F

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

Shades of Fruit Salad #54A05F

Tints of Fruit Salad #54A05F

Color information

#54A05F (or 0x54A05F) is unknown color: approx Fruit Salad. HEX triplet: 54, A0 and 5F. RGB value is (84,160,95). Sum of RGB (Red+Green+Blue) = 84+160+95=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #54A05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A05F is #AB5FA0. Grayscale: #828282. Windows color (decimal): -11231137 or 6266964. OLE color: 6266964.

HSL color Cylindrical-coordinate representation of color #54A05F: hue angle of 128.68º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54A05F is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB8416095-
CMYK0.4800.410.37
HSL128.68º31.15%47.84%-
HSV(B)128.68º47.5%62.75%-
XYZ18.2927.8515.24-
YUV129.87108.3295.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 160 (62.89% from 255) = 47.20%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=24.78%
G=47.20%
B=28.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal84160950.4800.410.37128.6831.1547.84
Hex54A05F3002925811f30
Octal12424013760051452013760
Binary101010010100000101111111000001010011001011000000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A05F; }

 p { color: rgb(84,160,95); }

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

<style>
 a { background-color: #54A05F; }

 a { background-color: rgb(84,160,95); }

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

<style>
 span { border-color: #54A05F; }

 span { border-color: rgb(84,160,95); }

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