#459248

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

Shades of Fruit Salad #459248

Tints of Fruit Salad #459248

Color information

#459248 (or 0x459248) is unknown color: approx Fruit Salad. HEX triplet: 45, 92 and 48. RGB value is (69,146,72). Sum of RGB (Red+Green+Blue) = 69+146+72=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #459248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459248 is #BA6DB7. Grayscale: #727272. Windows color (decimal): -12217784 or 4756037. OLE color: 4756037.

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

Color convert

RGB6914672-
CMYK0.5300.510.43
HSL122.34º35.81%42.16%-
HSV(B)122.34º52.74%57.25%-
XYZ13.922.299.7-
YUV114.54103.9995.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 146 (57.42% from 255) = 50.87%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=24.04%
G=50.87%
B=25.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69146720.5300.510.43122.3435.8142.16
Hex459248350332B7a242a
Octal10522211065063531724452
Binary100010110010010100100011010101100111010111111010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459248; }

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

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

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

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

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

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

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

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