#468f4e

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

Shades of Fruit Salad #468F4E

Tints of Fruit Salad #468F4E

Color information

#468F4E (or 0x468F4E) is unknown color: approx Fruit Salad. HEX triplet: 46, 8F and 4E. RGB value is (70,143,78). Sum of RGB (Red+Green+Blue) = 70+143+78=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #468F4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468F4E is #B970B1. Grayscale: #717171. Windows color (decimal): -12153010 or 5148486. OLE color: 5148486.

HSL color Cylindrical-coordinate representation of color #468F4E: hue angle of 126.58º 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 #468F4E is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB7014378-
CMYK0.5100.450.44
HSL126.58º34.27%41.76%-
HSV(B)126.58º51.05%56.08%-
XYZ13.7221.510.63-
YUV113.76107.8296.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 143 (56.25% from 255) = 49.14%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=24.05%
G=49.14%
B=26.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70143780.5100.450.44126.5834.2741.76
Hex468F4E3302D2C7f222a
Octal10621711663055541774252
Binary100011010001111100111011001101011011011001111111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468f4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,143,78); }

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

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

 a { background-color: rgb(70,143,78); }

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

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

 span { border-color: rgb(70,143,78); }

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