#3BA141

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

Shades of Fruit Salad #3BA141

Tints of Fruit Salad #3BA141

Color information

#3BA141 (or 0x3BA141) is unknown color: approx Fruit Salad. HEX triplet: 3B, A1 and 41. RGB value is (59,161,65). Sum of RGB (Red+Green+Blue) = 59+161+65=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA141 is #C45EBE. Grayscale: #777777. Windows color (decimal): -12869311 or 4301115. OLE color: 4301115.

HSL color Cylindrical-coordinate representation of color #3BA141: hue angle of 123.53º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA141 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB5916165-
CMYK0.6300.600.37
HSL123.53º46.36%43.14%-
HSV(B)123.53º63.35%63.14%-
XYZ15.526.89.36-
YUV119.5697.2184.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 161 (63.28% from 255) = 56.49%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=20.70%
G=56.49%
B=22.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal59161650.6300.600.37123.5346.3643.14
Hex3BA1413F03C257c2e2b
Octal7324110177074451745653
Binary11101110100001100000111111101111001001011111100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,161,65); }

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

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

 a { background-color: rgb(59,161,65); }

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

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

 span { border-color: rgb(59,161,65); }

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