#45AA47

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

Shades of Fruit Salad #45AA47

Tints of Fruit Salad #45AA47

Color information

#45AA47 (or 0x45AA47) is unknown color: approx Fruit Salad. HEX triplet: 45, AA and 47. RGB value is (69,170,71). Sum of RGB (Red+Green+Blue) = 69+170+71=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AA47 is #BA55B8. Grayscale: #808080. Windows color (decimal): -12211641 or 4696645. OLE color: 4696645.

HSL color Cylindrical-coordinate representation of color #45AA47: hue angle of 121.19º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45AA47 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB6917071-
CMYK0.5900.580.33
HSL121.19º42.26%46.86%-
HSV(B)121.19º59.41%66.67%-
XYZ17.9730.4710.9-
YUV128.5195.5485.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 170 (66.80% from 255) = 54.84%
BLUE value IS 71 (28.12% from 255) = 22.90%
R=22.26%
G=54.84%
B=22.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69170710.5900.580.33121.1942.2646.86
Hex45AA473B03A21792a2f
Octal10525210773072411715257
Binary100010110101010100011111101101110101000011111001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,170,71); }

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

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

 a { background-color: rgb(69,170,71); }

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

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

 span { border-color: rgb(69,170,71); }

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