#3BA13D

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

Shades of Fruit Salad #3BA13D

Tints of Fruit Salad #3BA13D

Color information

#3BA13D (or 0x3BA13D) is unknown color: approx Fruit Salad. HEX triplet: 3B, A1 and 3D. RGB value is (59,161,61). Sum of RGB (Red+Green+Blue) = 59+161+61=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA13D is #C45EC2. Grayscale: #777777. Windows color (decimal): -12869315 or 4038971. OLE color: 4038971.

HSL color Cylindrical-coordinate representation of color #3BA13D: hue angle of 121.18º 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 #3BA13D is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB5916161-
CMYK0.6300.620.37
HSL121.18º46.36%43.14%-
HSV(B)121.18º63.35%63.14%-
XYZ15.3926.768.77-
YUV119.195.2185.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 161 (63.28% from 255) = 57.30%
BLUE value IS 61 (24.22% from 255) = 21.71%
R=21.00%
G=57.30%
B=21.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal59161610.6300.620.37121.1846.3643.14
Hex3BA13D3F03E25792e2b
Octal732417577076451715653
Binary1110111010000111110111111101111101001011111001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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