#45AD44

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

Shades of Fruit Salad #45AD44

Tints of Fruit Salad #45AD44

Color information

#45AD44 (or 0x45AD44) is unknown color: approx Fruit Salad. HEX triplet: 45, AD and 44. RGB value is (69,173,68). Sum of RGB (Red+Green+Blue) = 69+173+68=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AD44 is #BA52BB. Grayscale: #828282. Windows color (decimal): -12210876 or 4500805. OLE color: 4500805.

HSL color Cylindrical-coordinate representation of color #45AD44: hue angle of 119.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45AD44 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB6917368-
CMYK0.6000.610.32
HSL119.43º43.57%47.25%-
HSV(B)119.43º60.69%67.84%-
XYZ18.4431.5710.59-
YUV129.9393.0484.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 173 (67.97% from 255) = 55.81%
BLUE value IS 68 (26.95% from 255) = 21.94%
R=22.26%
G=55.81%
B=21.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69173680.6000.610.32119.4343.5747.25
Hex45AD443C03D20772c2f
Octal10525510474075401675457
Binary100010110101101100010011110001111011000001110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,173,68); }

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

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

 a { background-color: rgb(69,173,68); }

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

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

 span { border-color: rgb(69,173,68); }

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