#3B9945

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

Shades of Fruit Salad #3B9945

Tints of Fruit Salad #3B9945

Color information

#3B9945 (or 0x3B9945) is unknown color: approx Fruit Salad. HEX triplet: 3B, 99 and 45. RGB value is (59,153,69). Sum of RGB (Red+Green+Blue) = 59+153+69=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #3B9945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9945 is #C466BA. Grayscale: #737373. Windows color (decimal): -12871355 or 4561211. OLE color: 4561211.

HSL color Cylindrical-coordinate representation of color #3B9945: hue angle of 126.38º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B9945 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB5915369-
CMYK0.6100.550.4
HSL126.38º44.34%41.57%-
HSV(B)126.38º61.44%60%-
XYZ14.2724.149.54-
YUV115.32101.8687.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 153 (60.16% from 255) = 54.45%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=21.00%
G=54.45%
B=24.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal59153690.6100.550.4126.3844.3441.57
Hex3B99453D037287e2c2a
Octal7323110575067501765452
Binary11101110011001100010111110101101111010001111110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,153,69); }

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

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

 a { background-color: rgb(59,153,69); }

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

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

 span { border-color: rgb(59,153,69); }

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