#54AA52

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

Shades of Fruit Salad #54AA52

Tints of Fruit Salad #54AA52

Color information

#54AA52 (or 0x54AA52) is unknown color: approx Fruit Salad. HEX triplet: 54, AA and 52. RGB value is (84,170,82). Sum of RGB (Red+Green+Blue) = 84+170+82=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA52 is #AB55AD. Grayscale: #868686. Windows color (decimal): -11228590 or 5417556. OLE color: 5417556.

HSL color Cylindrical-coordinate representation of color #54AA52: hue angle of 118.64º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AA52 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB8417082-
CMYK0.5100.520.33
HSL118.64º34.92%49.41%-
HSV(B)118.64º51.76%66.67%-
XYZ19.5531.2412.98-
YUV134.2598.5192.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 170 (66.80% from 255) = 50.60%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=25%
G=50.60%
B=24.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84170820.5100.520.33118.6434.9249.41
Hex54AA523303421772331
Octal12425212263064411674361
Binary101010010101010101001011001101101001000011110111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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