#3A9142

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

Shades of Fruit Salad #3A9142

Tints of Fruit Salad #3A9142

Color information

#3A9142 (or 0x3A9142) is unknown color: approx Fruit Salad. HEX triplet: 3A, 91 and 42. RGB value is (58,145,66). Sum of RGB (Red+Green+Blue) = 58+145+66=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #3A9142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9142 is #C56EBD. Grayscale: #6E6E6E. Windows color (decimal): -12938942 or 4362554. OLE color: 4362554.

HSL color Cylindrical-coordinate representation of color #3A9142: hue angle of 125.52º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9142 is Cyan = 0.6, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB5814566-
CMYK0.600.540.43
HSL125.52º42.86%39.8%-
HSV(B)125.52º60%56.86%-
XYZ12.8521.548.64-
YUV109.98103.1890.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.56%
GREEN value IS 145 (57.03% from 255) = 53.90%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=21.56%
G=53.90%
B=24.54%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58145660.600.540.43125.5242.8639.8
Hex3A91423C0362B7e2b28
Octal7222110274066531765350
Binary11101010010001100001011110001101101010111111110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A9142; }

 p { color: rgb(58,145,66); }

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

<style>
 a { background-color: #3A9142; }

 a { background-color: rgb(58,145,66); }

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

<style>
 span { border-color: #3A9142; }

 span { border-color: rgb(58,145,66); }

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