#459749

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

Shades of Fruit Salad #459749

Tints of Fruit Salad #459749

Color information

#459749 (or 0x459749) is unknown color: approx Fruit Salad. HEX triplet: 45, 97 and 49. RGB value is (69,151,73). Sum of RGB (Red+Green+Blue) = 69+151+73=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #459749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459749 is #BA68B6. Grayscale: #757575. Windows color (decimal): -12216503 or 4822853. OLE color: 4822853.

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

Color convert

RGB6915173-
CMYK0.5400.520.41
HSL122.93º37.27%43.14%-
HSV(B)122.93º54.3%59.22%-
XYZ14.7223.8810.14-
YUV117.59102.8393.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 151 (59.38% from 255) = 51.54%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=23.55%
G=51.54%
B=24.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69151730.5400.520.41122.9337.2743.14
Hex45974936034297b252b
Octal10522711166064511734553
Binary100010110010111100100111011001101001010011111011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459749; }

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

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

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

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

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

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

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

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