#469241

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

Shades of Fruit Salad #469241

Tints of Fruit Salad #469241

Color information

#469241 (or 0x469241) is unknown color: approx Fruit Salad. HEX triplet: 46, 92 and 41. RGB value is (70,146,65). Sum of RGB (Red+Green+Blue) = 70+146+65=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #469241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469241 is #B96DBE. Grayscale: #727272. Windows color (decimal): -12152255 or 4297286. OLE color: 4297286.

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

Color convert

RGB7014665-
CMYK0.5200.550.43
HSL116.3º38.39%41.37%-
HSV(B)116.3º55.48%57.25%-
XYZ13.7622.248.57-
YUV114.04100.3296.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=24.91%
G=51.96%
B=23.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70146650.5200.550.43116.338.3941.37
Hex469241340372B742629
Octal10622210164067531644651
Binary100011010010010100000111010001101111010111110100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469241; }

 p { color: rgb(70,146,65); }

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

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

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

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

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

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

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