#45A752

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

Shades of Fruit Salad #45A752

Tints of Fruit Salad #45A752

Color information

#45A752 (or 0x45A752) is unknown color: approx Fruit Salad. HEX triplet: 45, A7 and 52. RGB value is (69,167,82). Sum of RGB (Red+Green+Blue) = 69+167+82=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 167 (65.62% from 255 or 52.52% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 167 - color contains mainly: green. Hex color #45A752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A752 is #BA58AD. Grayscale: #808080. Windows color (decimal): -12212398 or 5416773. OLE color: 5416773.

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

Color convert

RGB6916782-
CMYK0.5900.510.35
HSL127.96º41.53%46.27%-
HSV(B)127.96º58.68%65.49%-
XYZ17.829.5112.74-
YUV128.01102.0385.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 167 (65.62% from 255) = 52.52%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=21.70%
G=52.52%
B=25.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69167820.5900.510.35127.9641.5346.27
Hex45A7523B03323802a2e
Octal10524712273063432005256
Binary1000101101001111010010111011011001110001110000000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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