#459F51

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

Shades of Fruit Salad #459F51

Tints of Fruit Salad #459F51

Color information

#459F51 (or 0x459F51) is unknown color: approx Fruit Salad. HEX triplet: 45, 9F and 51. RGB value is (69,159,81). Sum of RGB (Red+Green+Blue) = 69+159+81=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #459F51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459F51 is #BA60AE. Grayscale: #7B7B7B. Windows color (decimal): -12214447 or 5349189. OLE color: 5349189.

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

Color convert

RGB6915981-
CMYK0.5700.490.38
HSL128º39.47%44.71%-
HSV(B)128º56.6%62.35%-
XYZ16.3426.6612.07-
YUV123.2104.1889.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=22.33%
G=51.46%
B=26.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69159810.5700.490.3812839.4744.71
Hex459F51390312680272d
Octal10523712171061462004755
Binary1000101100111111010001111001011000110011010000000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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