#459B51

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

Shades of Fruit Salad #459B51

Tints of Fruit Salad #459B51

Color information

#459B51 (or 0x459B51) is unknown color: approx Fruit Salad. HEX triplet: 45, 9B and 51. RGB value is (69,155,81). Sum of RGB (Red+Green+Blue) = 69+155+81=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #459B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B51 is #BA64AE. Grayscale: #797979. Windows color (decimal): -12215471 or 5348165. OLE color: 5348165.

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

Color convert

RGB6915581-
CMYK0.5500.480.39
HSL128.37º38.39%43.92%-
HSV(B)128.37º55.48%60.78%-
XYZ15.6625.311.84-
YUV120.85105.5191.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 155 (60.94% from 255) = 50.82%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=22.62%
G=50.82%
B=26.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69155810.5500.480.39128.3738.3943.92
Hex459B51370302780262c
Octal10523312167060472004654
Binary1000101100110111010001110111011000010011110000000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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