#458F4D

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

Shades of Fruit Salad #458F4D

Tints of Fruit Salad #458F4D

Color information

#458F4D (or 0x458F4D) is unknown color: approx Fruit Salad. HEX triplet: 45, 8F and 4D. RGB value is (69,143,77). Sum of RGB (Red+Green+Blue) = 69+143+77=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #458F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458F4D is #BA70B2. Grayscale: #717171. Windows color (decimal): -12218547 or 5082949. OLE color: 5082949.

HSL color Cylindrical-coordinate representation of color #458F4D: hue angle of 126.49º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #458F4D is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB6914377-
CMYK0.5200.460.44
HSL126.49º34.91%41.57%-
HSV(B)126.49º51.75%56.08%-
XYZ13.6221.4510.44-
YUV113.35107.4896.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.88%
GREEN value IS 143 (56.25% from 255) = 49.48%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=23.88%
G=49.48%
B=26.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69143770.5200.460.44126.4934.9141.57
Hex458F4D3402E2C7e232a
Octal10521711564056541764352
Binary100010110001111100110111010001011101011001111110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,143,77); }

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

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

 a { background-color: rgb(69,143,77); }

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

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

 span { border-color: rgb(69,143,77); }

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