#469148

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

Shades of Fruit Salad #469148

Tints of Fruit Salad #469148

Color information

#469148 (or 0x469148) is unknown color: approx Fruit Salad. HEX triplet: 46, 91 and 48. RGB value is (70,145,72). Sum of RGB (Red+Green+Blue) = 70+145+72=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #469148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469148 is #B96EB7. Grayscale: #727272. Windows color (decimal): -12152504 or 4755782. OLE color: 4755782.

HSL color Cylindrical-coordinate representation of color #469148: hue angle of 121.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469148 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB7014572-
CMYK0.5200.500.43
HSL121.6º34.88%42.16%-
HSV(B)121.6º51.72%56.86%-
XYZ13.8222.029.65-
YUV114.25104.1596.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 145 (57.03% from 255) = 50.52%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=24.39%
G=50.52%
B=25.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145720.5200.500.43121.634.8842.16
Hex469148340322B7a232a
Octal10622111064062531724352
Binary100011010010001100100011010001100101010111111010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469148; }

 p { color: rgb(70,145,72); }

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

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

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

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

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

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

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