#459249

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

Shades of Fruit Salad #459249

Tints of Fruit Salad #459249

Color information

#459249 (or 0x459249) is unknown color: approx Fruit Salad. HEX triplet: 45, 92 and 49. RGB value is (69,146,73). Sum of RGB (Red+Green+Blue) = 69+146+73=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #459249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459249 is #BA6DB6. Grayscale: #727272. Windows color (decimal): -12217783 or 4821573. OLE color: 4821573.

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

Color convert

RGB6914673-
CMYK0.5300.50.43
HSL123.12º35.81%42.16%-
HSV(B)123.12º52.74%57.25%-
XYZ13.9422.39.87-
YUV114.66104.4995.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=23.96%
G=50.69%
B=25.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69146730.5300.50.43123.1235.8142.16
Hex459249350322B7b242a
Octal10522211165062531734452
Binary100010110010010100100111010101100101010111111011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459249; }

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

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

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

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

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

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

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

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