Shades of Fruit Salad #3B9C3D
Tints of Fruit Salad #3B9C3D
RGB
CMYK
RGB Variations
Color information
#3B9C3D (or 0x3B9C3D) is known color: Fruit Salad. HEX triplet: 3B, 9C and 3D. RGB value is (59,156,61). Sum of RGB (Red+Green+Blue) = 59+156+61=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9C3D is #C463C2. Grayscale: #747474. Windows color (decimal): -12870595 or 4037691. OLE color: 4037691.
HSL color Cylindrical-coordinate representation of color #3B9C3D: hue angle of 121.24º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9C3D is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 156 | 61 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.39 |
| HSL | 121.24º | 0.45% | 0.42% | - |
| HSV(B) | 121.24º | 0.62% | 0.61% | - |
| XYZ | 14.53 | 25.04 | 8.48 | - |
| YUV | 116.17 | 96.86 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 156 | 61 | 0.62 | 0 | 0.61 | 0.39 | 121.24 | 0.45 | 0.42 |
| Hex | 3B | 9C | 3D | 3E | 0 | 3D | 27 | 79 | 2D | 2A |
| Octal | 73 | 234 | 75 | 76 | 0 | 75 | 47 | 171 | 55 | 52 |
| Binary | 111011 | 10011100 | 111101 | 111110 | 0 | 111101 | 100111 | 1111001 | 101101 | 101010 |
Color Harmonies of #3B9C3D
Complementary color
Monochromatic Colors of #3B9C3D
Black with #3B9C3D
Text Example
Text Example
White with #3B9C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9C3D; }
p { color: rgb(59,156,61); }
H1.HeaderClassName
{
color: #3B9C3D;
}
.AnyTagClassName
{
color: #3B9C3D;
}
</style>
background-color css
<style>
a { background-color: #3B9C3D; }
a { background-color: rgb(59,156,61); }
div.DivClassName
{
background-color: #3B9C3D;
}
.BgClassName
{
background-color: #3B9C3D;
}
</style>
border-color css
<style>
span { border-color: #3B9C3D; }
span { border-color: rgb(59,156,61); }
td.TdClassName
{
border-color: #3B9C3D;
}
.TagClassName
{
border-color: #3B9C3D;
}
</style>