#469142

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

Shades of Fruit Salad #469142

Tints of Fruit Salad #469142

Color information

#469142 (or 0x469142) is unknown color: approx Fruit Salad. HEX triplet: 46, 91 and 42. RGB value is (70,145,66). Sum of RGB (Red+Green+Blue) = 70+145+66=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #469142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469142 is #B96EBD. Grayscale: #717171. Windows color (decimal): -12152510 or 4362566. OLE color: 4362566.

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

Color convert

RGB7014566-
CMYK0.5200.540.43
HSL116.96º37.44%41.37%-
HSV(B)116.96º54.48%56.86%-
XYZ13.6321.958.67-
YUV113.57101.1596.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 145 (57.03% from 255) = 51.60%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=24.91%
G=51.60%
B=23.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145660.5200.540.43116.9637.4441.37
Hex469142340362B752529
Octal10622110264066531654551
Binary100011010010001100001011010001101101010111110101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469142; }

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

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

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

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

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

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

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

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