#3B9245

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

Shades of Fruit Salad #3B9245

Tints of Fruit Salad #3B9245

Color information

#3B9245 (or 0x3B9245) is unknown color: approx Fruit Salad. HEX triplet: 3B, 92 and 45. RGB value is (59,146,69). Sum of RGB (Red+Green+Blue) = 59+146+69=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #3B9245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9245 is #C46DBA. Grayscale: #6F6F6F. Windows color (decimal): -12873147 or 4559419. OLE color: 4559419.

HSL color Cylindrical-coordinate representation of color #3B9245: hue angle of 126.9º degrees, saturation: 0.42, 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 #3B9245 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB5914669-
CMYK0.6000.530.43
HSL126.9º42.44%40.2%-
HSV(B)126.9º59.59%57.25%-
XYZ13.1621.929.17-
YUV111.21104.1890.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.53%
GREEN value IS 146 (57.42% from 255) = 53.28%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=21.53%
G=53.28%
B=25.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59146690.6000.530.43126.942.4440.2
Hex3B92453C0352B7f2a28
Octal7322210574065531775250
Binary11101110010010100010111110001101011010111111111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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