#459740

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

Shades of Fruit Salad #459740

Tints of Fruit Salad #459740

Color information

#459740 (or 0x459740) is unknown color: approx Fruit Salad. HEX triplet: 45, 97 and 40. RGB value is (69,151,64). Sum of RGB (Red+Green+Blue) = 69+151+64=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #459740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459740 is #BA68BF. Grayscale: #747474. Windows color (decimal): -12216512 or 4233029. OLE color: 4233029.

HSL color Cylindrical-coordinate representation of color #459740: hue angle of 116.55º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #459740 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB6915164-
CMYK0.5400.580.41
HSL116.55º40.47%42.16%-
HSV(B)116.55º57.62%59.22%-
XYZ14.4523.778.68-
YUV116.5698.3394.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 151 (59.38% from 255) = 53.17%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=24.30%
G=53.17%
B=22.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69151640.5400.580.41116.5540.4742.16
Hex4597403603A2975282a
Octal10522710066072511655052
Binary100010110010111100000011011001110101010011110101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459740; }

 p { color: rgb(69,151,64); }

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

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

 a { background-color: rgb(69,151,64); }

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

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

 span { border-color: rgb(69,151,64); }

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