#45AB46

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

Shades of Fruit Salad #45AB46

Tints of Fruit Salad #45AB46

Color information

#45AB46 (or 0x45AB46) is unknown color: approx Fruit Salad. HEX triplet: 45, AB and 46. RGB value is (69,171,70). Sum of RGB (Red+Green+Blue) = 69+171+70=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AB46 is #BA54B9. Grayscale: #818181. Windows color (decimal): -12211386 or 4631365. OLE color: 4631365.

HSL color Cylindrical-coordinate representation of color #45AB46: 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.6%. Process color model (Four color, CMYK) of #45AB46 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB6917170-
CMYK0.6000.590.33
HSL120.59º42.5%47.06%-
HSV(B)120.59º59.65%67.06%-
XYZ18.1230.8310.79-
YUV128.9994.7185.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 171 (67.19% from 255) = 55.16%
BLUE value IS 70 (27.73% from 255) = 22.58%
R=22.26%
G=55.16%
B=22.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69171700.6000.590.33120.5942.547.06
Hex45AB463C03B21792a2f
Octal10525310674073411715257
Binary100010110101011100011011110001110111000011111001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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