#459D51

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

Shades of Fruit Salad #459D51

Tints of Fruit Salad #459D51

Color information

#459D51 (or 0x459D51) is unknown color: approx Fruit Salad. HEX triplet: 45, 9D and 51. RGB value is (69,157,81). Sum of RGB (Red+Green+Blue) = 69+157+81=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #459D51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D51 is #BA62AE. Grayscale: #7A7A7A. Windows color (decimal): -12214959 or 5348677. OLE color: 5348677.

HSL color Cylindrical-coordinate representation of color #459D51: hue angle of 128.18º 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 #459D51 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB6915781-
CMYK0.5600.480.38
HSL128.18º38.94%44.31%-
HSV(B)128.18º56.05%61.57%-
XYZ1625.9711.95-
YUV122.02104.8590.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 157 (61.72% from 255) = 51.14%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=22.48%
G=51.14%
B=26.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69157810.5600.480.38128.1838.9444.31
Hex459D51380302680272c
Octal10523512170060462004754
Binary1000101100111011010001111000011000010011010000000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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