#46A252

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

Shades of Fruit Salad #46A252

Tints of Fruit Salad #46A252

Color information

#46A252 (or 0x46A252) is unknown color: approx Fruit Salad. HEX triplet: 46, A2 and 52. RGB value is (70,162,82). Sum of RGB (Red+Green+Blue) = 70+162+82=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #46A252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A252 is #B95DAD. Grayscale: #7D7D7D. Windows color (decimal): -12148142 or 5415494. OLE color: 5415494.

HSL color Cylindrical-coordinate representation of color #46A252: hue angle of 127.83º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A252 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB7016282-
CMYK0.5700.490.36
HSL127.83º39.66%45.49%-
HSV(B)127.83º56.79%63.53%-
XYZ16.9727.7512.44-
YUV125.37103.5288.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=22.29%
G=51.59%
B=26.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70162820.5700.490.36127.8339.6645.49
Hex46A252390312480282d
Octal10624212271061442005055
Binary1000110101000101010010111001011000110010010000000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,162,82); }

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

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

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

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

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

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

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