#42944D

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

Shades of Fruit Salad #42944D

Tints of Fruit Salad #42944D

Color information

#42944D (or 0x42944D) is unknown color: approx Fruit Salad. HEX triplet: 42, 94 and 4D. RGB value is (66,148,77). Sum of RGB (Red+Green+Blue) = 66+148+77=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #42944D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42944D is #BD6BB2. Grayscale: #737373. Windows color (decimal): -12413875 or 5084226. OLE color: 5084226.

HSL color Cylindrical-coordinate representation of color #42944D: hue angle of 128.05º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42944D is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB6614877-
CMYK0.5500.480.42
HSL128.05º38.32%41.96%-
HSV(B)128.05º55.41%58.04%-
XYZ14.1822.8710.69-
YUV115.39106.3392.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 148 (58.20% from 255) = 50.86%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=22.68%
G=50.86%
B=26.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148770.5500.480.42128.0538.3241.96
Hex42944D370302A80262a
Octal10222411567060522004652
Binary1000010100101001001101110111011000010101010000000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42944D; }

 p { color: rgb(66,148,77); }

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

<style>
 a { background-color: #42944D; }

 a { background-color: rgb(66,148,77); }

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

<style>
 span { border-color: #42944D; }

 span { border-color: rgb(66,148,77); }

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