#468D4A

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

Shades of Fruit Salad #468D4A

Tints of Fruit Salad #468D4A

Color information

#468D4A (or 0x468D4A) is unknown color: approx Fruit Salad. HEX triplet: 46, 8D and 4A. RGB value is (70,141,74). Sum of RGB (Red+Green+Blue) = 70+141+74=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #468D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D4A is #B972B5. Grayscale: #707070. Windows color (decimal): -12153526 or 4885830. OLE color: 4885830.

HSL color Cylindrical-coordinate representation of color #468D4A: hue angle of 123.38º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468D4A is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB7014174-
CMYK0.5000.480.45
HSL123.38º33.65%41.37%-
HSV(B)123.38º50.35%55.29%-
XYZ13.2920.859.8-
YUV112.13106.4897.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=24.56%
G=49.47%
B=25.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70141740.5000.480.45123.3833.6541.37
Hex468D4A320302D7b2229
Octal10621511262060551734251
Binary100011010001101100101011001001100001011011111011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,141,74); }

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

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

 a { background-color: rgb(70,141,74); }

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

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

 span { border-color: rgb(70,141,74); }

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