#54A052

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

Shades of Fruit Salad #54A052

Tints of Fruit Salad #54A052

Color information

#54A052 (or 0x54A052) is unknown color: approx Fruit Salad. HEX triplet: 54, A0 and 52. RGB value is (84,160,82). Sum of RGB (Red+Green+Blue) = 84+160+82=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #54A052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A052 is #AB5FAD. Grayscale: #808080. Windows color (decimal): -11231150 or 5414996. OLE color: 5414996.

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

Color convert

RGB8416082-
CMYK0.4800.490.37
HSL118.46º32.23%47.45%-
HSV(B)118.46º48.75%62.75%-
XYZ17.7527.6412.38-
YUV128.38101.8296.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 82 (32.42% from 255) = 25.15%
R=25.77%
G=49.08%
B=25.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal84160820.4800.490.37118.4632.2347.45
Hex54A052300312576202f
Octal12424012260061451664057
Binary101010010100000101001011000001100011001011110110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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