#45A552

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

Shades of Fruit Salad #45A552

Tints of Fruit Salad #45A552

Color information

#45A552 (or 0x45A552) is unknown color: approx Fruit Salad. HEX triplet: 45, A5 and 52. RGB value is (69,165,82). Sum of RGB (Red+Green+Blue) = 69+165+82=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #45A552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A552 is #BA5AAD. Grayscale: #7F7F7F. Windows color (decimal): -12212910 or 5416261. OLE color: 5416261.

HSL color Cylindrical-coordinate representation of color #45A552: hue angle of 128.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A552 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB6916582-
CMYK0.5800.500.35
HSL128.12º41.03%45.88%-
HSV(B)128.12º58.18%64.71%-
XYZ17.4328.7812.62-
YUV126.83102.786.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 165 (64.84% from 255) = 52.22%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=21.84%
G=52.22%
B=25.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69165820.5800.500.35128.1241.0345.88
Hex45A5523A0322380292e
Octal10524512272062432005156
Binary1000101101001011010010111010011001010001110000000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A552; }

 p { color: rgb(69,165,82); }

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

<style>
 a { background-color: #45A552; }

 a { background-color: rgb(69,165,82); }

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

<style>
 span { border-color: #45A552; }

 span { border-color: rgb(69,165,82); }

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