#459241

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

Shades of Fruit Salad #459241

Tints of Fruit Salad #459241

Color information

#459241 (or 0x459241) is unknown color: approx Fruit Salad. HEX triplet: 45, 92 and 41. RGB value is (69,146,65). Sum of RGB (Red+Green+Blue) = 69+146+65=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #459241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459241 is #BA6DBE. Grayscale: #717171. Windows color (decimal): -12217791 or 4297285. OLE color: 4297285.

HSL color Cylindrical-coordinate representation of color #459241: hue angle of 117.04º 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 #459241 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB6914665-
CMYK0.5300.550.43
HSL117.04º38.39%41.37%-
HSV(B)117.04º55.48%57.25%-
XYZ13.6922.28.57-
YUV113.74100.4996.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 146 (57.42% from 255) = 52.14%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=24.64%
G=52.14%
B=23.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69146650.5300.550.43117.0438.3941.37
Hex459241350372B752629
Octal10522210165067531654651
Binary100010110010010100000111010101101111010111110101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459241; }

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

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

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

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

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

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

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

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