#42943e

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

Shades of Fruit Salad #42943E

Tints of Fruit Salad #42943E

Color information

#42943E (or 0x42943E) is unknown color: approx Fruit Salad. HEX triplet: 42, 94 and 3E. RGB value is (66,148,62). Sum of RGB (Red+Green+Blue) = 66+148+62=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #42943E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42943E is #BD6BC1. Grayscale: #717171. Windows color (decimal): -12413890 or 4101186. OLE color: 4101186.

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

Color convert

RGB6614862-
CMYK0.5500.580.42
HSL117.21º40.95%41.18%-
HSV(B)117.21º58.11%58.04%-
XYZ13.7122.698.21-
YUV113.6898.8393.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 148 (58.20% from 255) = 53.62%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=23.91%
G=53.62%
B=22.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148620.5500.580.42117.2140.9541.18
Hex42943E3703A2A752929
Octal1022247667072521655151
Binary10000101001010011111011011101110101010101110101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42943e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42943e; }

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

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

<style>
 a { background-color: #42943e; }

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

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

<style>
 span { border-color: #42943e; }

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

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