#3B953E

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

Shades of Fruit Salad #3B953E

Tints of Fruit Salad #3B953E

Color information

#3B953E (or 0x3B953E) is unknown color: approx Fruit Salad. HEX triplet: 3B, 95 and 3E. RGB value is (59,149,62). Sum of RGB (Red+Green+Blue) = 59+149+62=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #3B953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B953E is #C46AC1. Grayscale: #707070. Windows color (decimal): -12872386 or 4101435. OLE color: 4101435.

HSL color Cylindrical-coordinate representation of color #3B953E: hue angle of 122º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B953E is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB5914962-
CMYK0.6000.580.42
HSL122º43.27%40.78%-
HSV(B)122º60.4%58.43%-
XYZ13.4222.778.25-
YUV112.1799.6890.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.85%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=21.85%
G=55.19%
B=22.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59149620.6000.580.4212243.2740.78
Hex3B953E3C03A2A7a2b29
Octal732257674072521725351
Binary1110111001010111111011110001110101010101111010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,149,62); }

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

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

 a { background-color: rgb(59,149,62); }

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

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

 span { border-color: rgb(59,149,62); }

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