#459446

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

Shades of Fruit Salad #459446

Tints of Fruit Salad #459446

Color information

#459446 (or 0x459446) is unknown color: approx Fruit Salad. HEX triplet: 45, 94 and 46. RGB value is (69,148,70). Sum of RGB (Red+Green+Blue) = 69+148+70=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #459446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459446 is #BA6BB9. Grayscale: #737373. Windows color (decimal): -12217274 or 4625477. OLE color: 4625477.

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

Color convert

RGB6914870-
CMYK0.5300.530.42
HSL120.76º36.41%42.55%-
HSV(B)120.76º53.38%58.04%-
XYZ14.1522.899.47-
YUV115.49102.3394.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=24.04%
G=51.57%
B=24.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69148700.5300.530.42120.7636.4142.55
Hex459446350352A79242b
Octal10522410665065521714453
Binary100010110010100100011011010101101011010101111001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459446; }

 p { color: rgb(69,148,70); }

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

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

 a { background-color: rgb(69,148,70); }

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

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

 span { border-color: rgb(69,148,70); }

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