#459F3C

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

Shades of Fruit Salad #459F3C

Tints of Fruit Salad #459F3C

Color information

#459F3C (or 0x459F3C) is unknown color: approx Fruit Salad. HEX triplet: 45, 9F and 3C. RGB value is (69,159,60). Sum of RGB (Red+Green+Blue) = 69+159+60=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #459F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459F3C is #BA60C3. Grayscale: #797979. Windows color (decimal): -12214468 or 3972933. OLE color: 3972933.

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

Color convert

RGB6915960-
CMYK0.5700.620.38
HSL114.55º45.21%42.94%-
HSV(B)114.55º62.26%62.35%-
XYZ15.6726.398.54-
YUV120.893.6891.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 159 (62.5% from 255) = 55.21%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=23.96%
G=55.21%
B=20.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69159600.5700.620.38114.5545.2142.94
Hex459F3C3903E26732d2b
Octal1052377471076461635553
Binary10001011001111111110011100101111101001101110011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,159,60); }

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

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

 a { background-color: rgb(69,159,60); }

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

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

 span { border-color: rgb(69,159,60); }

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