#459D4E

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

Shades of Fruit Salad #459D4E

Tints of Fruit Salad #459D4E

Color information

#459D4E (or 0x459D4E) is unknown color: approx Fruit Salad. HEX triplet: 45, 9D and 4E. RGB value is (69,157,78). Sum of RGB (Red+Green+Blue) = 69+157+78=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #459D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D4E is #BA62B1. Grayscale: #797979. Windows color (decimal): -12214962 or 5152069. OLE color: 5152069.

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

Color convert

RGB6915778-
CMYK0.5600.500.38
HSL126.14º38.94%44.31%-
HSV(B)126.14º56.05%61.57%-
XYZ15.8925.9311.38-
YUV121.68103.3590.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 157 (61.72% from 255) = 51.64%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=22.70%
G=51.64%
B=25.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69157780.5600.500.38126.1438.9444.31
Hex459D4E38032267e272c
Octal10523511670062461764754
Binary100010110011101100111011100001100101001101111110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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