#46AA46

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

Shades of Fruit Salad #46AA46

Tints of Fruit Salad #46AA46

Color information

#46AA46 (or 0x46AA46) is unknown color: approx Fruit Salad. HEX triplet: 46, AA and 46. RGB value is (70,170,70). Sum of RGB (Red+Green+Blue) = 70+170+70=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #46AA46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AA46 is #B955B9. Grayscale: #818181. Windows color (decimal): -12146106 or 4631110. OLE color: 4631110.

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

Color convert

RGB7017070-
CMYK0.5900.590.33
HSL120º41.67%47.06%-
HSV(B)120º58.82%66.67%-
XYZ18.0130.4910.73-
YUV128.794.8786.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 170 (66.80% from 255) = 54.84%
BLUE value IS 70 (27.73% from 255) = 22.58%
R=22.58%
G=54.84%
B=22.58%

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
Decimal70170700.5900.590.3312041.6747.06
Hex46AA463B03B21782a2f
Octal10625210673073411705257
Binary100011010101010100011011101101110111000011111000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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