#468E4F

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

Shades of Fruit Salad #468E4F

Tints of Fruit Salad #468E4F

Color information

#468E4F (or 0x468E4F) is unknown color: approx Fruit Salad. HEX triplet: 46, 8E and 4F. RGB value is (70,142,79). Sum of RGB (Red+Green+Blue) = 70+142+79=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #468E4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468E4F is #B971B0. Grayscale: #717171. Windows color (decimal): -12153265 or 5213766. OLE color: 5213766.

HSL color Cylindrical-coordinate representation of color #468E4F: hue angle of 127.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468E4F is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB7014279-
CMYK0.5100.440.44
HSL127.5º33.96%41.57%-
HSV(B)127.5º50.7%55.69%-
XYZ13.6121.2110.77-
YUV113.29108.6597.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 142 (55.86% from 255) = 48.80%
BLUE value IS 79 (31.25% from 255) = 27.15%
R=24.05%
G=48.80%
B=27.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70142790.5100.440.44127.533.9641.57
Hex468E4F3302C2C80222a
Octal10621611763054542004252
Binary1000110100011101001111110011010110010110010000000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468E4F; }

 p { color: rgb(70,142,79); }

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

<style>
 a { background-color: #468E4F; }

 a { background-color: rgb(70,142,79); }

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

<style>
 span { border-color: #468E4F; }

 span { border-color: rgb(70,142,79); }

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