#459D48

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

Shades of Fruit Salad #459D48

Tints of Fruit Salad #459D48

Color information

#459D48 (or 0x459D48) is unknown color: approx Fruit Salad. HEX triplet: 45, 9D and 48. RGB value is (69,157,72). Sum of RGB (Red+Green+Blue) = 69+157+72=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #459D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459D48 is #BA62B7. Grayscale: #797979. Windows color (decimal): -12214968 or 4758853. OLE color: 4758853.

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

Color convert

RGB6915772-
CMYK0.5600.540.38
HSL122.05º38.94%44.31%-
HSV(B)122.05º56.05%61.57%-
XYZ15.6825.8510.29-
YUV121100.3590.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 157 (61.72% from 255) = 52.68%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=23.15%
G=52.68%
B=24.16%

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
Decimal69157720.5600.540.38122.0538.9444.31
Hex459D4838036267a272c
Octal10523511070066461724754
Binary100010110011101100100011100001101101001101111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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