#3BAC36

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

Shades of Fruit Salad #3BAC36

Tints of Fruit Salad #3BAC36

Color information

#3BAC36 (or 0x3BAC36) is unknown color: approx Fruit Salad. HEX triplet: 3B, AC and 36. RGB value is (59,172,54). Sum of RGB (Red+Green+Blue) = 59+172+54=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAC36 is #C453C9. Grayscale: #7D7D7D. Windows color (decimal): -12866506 or 3583035. OLE color: 3583035.

HSL color Cylindrical-coordinate representation of color #3BAC36: hue angle of 117.46º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BAC36 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB5917254-
CMYK0.6600.690.33
HSL117.46º52.21%44.31%-
HSV(B)117.46º68.6%67.45%-
XYZ17.2230.78.51-
YUV124.7688.0681.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 172 (67.58% from 255) = 60.35%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=20.70%
G=60.35%
B=18.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59172540.6600.690.33117.4652.2144.31
Hex3BAC36420452175342c
Octal73254661020105411656454
Binary111011101011001101101000010010001011000011110101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,172,54); }

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

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

 a { background-color: rgb(59,172,54); }

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

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

 span { border-color: rgb(59,172,54); }

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