#459348

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

Shades of Fruit Salad #459348

Tints of Fruit Salad #459348

Color information

#459348 (or 0x459348) is unknown color: approx Fruit Salad. HEX triplet: 45, 93 and 48. RGB value is (69,147,72). Sum of RGB (Red+Green+Blue) = 69+147+72=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #459348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459348 is #BA6CB7. Grayscale: #737373. Windows color (decimal): -12217528 or 4756293. OLE color: 4756293.

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

Color convert

RGB6914772-
CMYK0.5300.510.42
HSL122.31º36.11%42.35%-
HSV(B)122.31º53.06%57.65%-
XYZ14.0622.69.75-
YUV115.13103.6695.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 147 (57.81% from 255) = 51.04%
BLUE value IS 72 (28.52% from 255) = 25%
R=23.96%
G=51.04%
B=25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69147720.5300.510.42122.3136.1142.35
Hex459348350332A7a242a
Octal10522311065063521724452
Binary100010110010011100100011010101100111010101111010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459348; }

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

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

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

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

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

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

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

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