#458D4C

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

Shades of Fruit Salad #458D4C

Tints of Fruit Salad #458D4C

Color information

#458D4C (or 0x458D4C) is unknown color: approx Fruit Salad. HEX triplet: 45, 8D and 4C. RGB value is (69,141,76). Sum of RGB (Red+Green+Blue) = 69+141+76=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #458D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458D4C is #BA72B3. Grayscale: #707070. Windows color (decimal): -12219060 or 5016901. OLE color: 5016901.

HSL color Cylindrical-coordinate representation of color #458D4C: hue angle of 125.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D4C is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB6914176-
CMYK0.5100.460.45
HSL125.83º34.29%41.18%-
HSV(B)125.83º51.06%55.29%-
XYZ13.2820.8410.16-
YUV112.06107.6597.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 141 (55.47% from 255) = 49.30%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=24.13%
G=49.30%
B=26.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69141760.5100.460.45125.8334.2941.18
Hex458D4C3302E2D7e2229
Octal10521511463056551764251
Binary100010110001101100110011001101011101011011111110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458D4C; }

 p { color: rgb(69,141,76); }

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

<style>
 a { background-color: #458D4C; }

 a { background-color: rgb(69,141,76); }

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

<style>
 span { border-color: #458D4C; }

 span { border-color: rgb(69,141,76); }

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