#42A741

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

Shades of Fruit Salad #42A741

Tints of Fruit Salad #42A741

Color information

#42A741 (or 0x42A741) is unknown color: approx Fruit Salad. HEX triplet: 42, A7 and 41. RGB value is (66,167,65). Sum of RGB (Red+Green+Blue) = 66+167+65=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #42A741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A741 is #BD58BE. Grayscale: #7D7D7D. Windows color (decimal): -12409023 or 4302658. OLE color: 4302658.

HSL color Cylindrical-coordinate representation of color #42A741: hue angle of 119.41º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A741 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB6616765-
CMYK0.6000.610.35
HSL119.41º43.97%45.49%-
HSV(B)119.41º61.08%65.49%-
XYZ17.0229.189.74-
YUV125.1794.0485.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 167 (65.62% from 255) = 56.04%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=22.15%
G=56.04%
B=21.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66167650.6000.610.35119.4143.9745.49
Hex42A7413C03D23772c2d
Octal10224710174075431675455
Binary100001010100111100000111110001111011000111110111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A741; }

 p { color: rgb(66,167,65); }

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

<style>
 a { background-color: #42A741; }

 a { background-color: rgb(66,167,65); }

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

<style>
 span { border-color: #42A741; }

 span { border-color: rgb(66,167,65); }

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