#459E49

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

Shades of Fruit Salad #459E49

Tints of Fruit Salad #459E49

Color information

#459E49 (or 0x459E49) is unknown color: approx Fruit Salad. HEX triplet: 45, 9E and 49. RGB value is (69,158,73). Sum of RGB (Red+Green+Blue) = 69+158+73=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 158 (62.11% from 255 or 52.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 158 - color contains mainly: green. Hex color #459E49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459E49 is #BA61B6. Grayscale: #797979. Windows color (decimal): -12214711 or 4824645. OLE color: 4824645.

HSL color Cylindrical-coordinate representation of color #459E49: hue angle of 122.7º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459E49 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB6915873-
CMYK0.5600.540.38
HSL122.7º39.21%44.51%-
HSV(B)122.7º56.33%61.96%-
XYZ15.8826.210.52-
YUV121.7100.5190.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 158 (62.11% from 255) = 52.67%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=23%
G=52.67%
B=24.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69158730.5600.540.38122.739.2144.51
Hex459E4938036267b272d
Octal10523611170066461734755
Binary100010110011110100100111100001101101001101111011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459E49; }

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

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

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

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

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

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

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

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