#45AA46

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

Shades of Fruit Salad #45AA46

Tints of Fruit Salad #45AA46

Color information

#45AA46 (or 0x45AA46) is unknown color: approx Fruit Salad. HEX triplet: 45, AA and 46. RGB value is (69,170,70). Sum of RGB (Red+Green+Blue) = 69+170+70=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AA46 is #BA55B9. Grayscale: #808080. Windows color (decimal): -12211642 or 4631109. OLE color: 4631109.

HSL color Cylindrical-coordinate representation of color #45AA46: hue angle of 120.59º 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 #45AA46 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB6917070-
CMYK0.5900.590.33
HSL120.59º42.26%46.86%-
HSV(B)120.59º59.41%66.67%-
XYZ17.9330.4610.73-
YUV128.495.0485.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=22.33%
G=55.02%
B=22.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69170700.5900.590.33120.5942.2646.86
Hex45AA463B03B21792a2f
Octal10525210673073411715257
Binary100010110101010100011011101101110111000011111001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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