#42A148

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

Shades of Fruit Salad #42A148

Tints of Fruit Salad #42A148

Color information

#42A148 (or 0x42A148) is unknown color: approx Fruit Salad. HEX triplet: 42, A1 and 48. RGB value is (66,161,72). Sum of RGB (Red+Green+Blue) = 66+161+72=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #42A148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A148 is #BD5EB7. Grayscale: #7A7A7A. Windows color (decimal): -12410552 or 4759874. OLE color: 4759874.

HSL color Cylindrical-coordinate representation of color #42A148: hue angle of 123.79º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A148 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB6616172-
CMYK0.5900.550.37
HSL123.79º41.85%44.51%-
HSV(B)123.79º59.01%63.14%-
XYZ16.1627.1210.51-
YUV122.4599.5387.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 161 (63.28% from 255) = 53.85%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=22.07%
G=53.85%
B=24.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66161720.5900.550.37123.7941.8544.51
Hex42A1483B037257c2a2d
Octal10224111073067451745255
Binary100001010100001100100011101101101111001011111100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,161,72); }

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

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

 a { background-color: rgb(66,161,72); }

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

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

 span { border-color: rgb(66,161,72); }

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