Shades of Stromboli #3F755F
Tints of Stromboli #3F755F
RGB
CMYK
RGB Variations
Color information
#3F755F (or 0x3F755F) is known color: Stromboli. HEX triplet: 3F, 75 and 5F. RGB value is (63,117,95). Sum of RGB (Red+Green+Blue) = 63+117+95=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #3F755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F755F is #C08AA0. Grayscale: #626262. Windows color (decimal): -12618401 or 6255935. OLE color: 6255935.
HSL color Cylindrical-coordinate representation of color #3F755F: hue angle of 155.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F755F is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 95 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.54 |
| HSL | 155.56º | 0.3% | 0.35% | - |
| HSV(B) | 155.56º | 0.46% | 0.46% | - |
| XYZ | 10.48 | 14.61 | 13.09 | - |
| YUV | 98.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 95 | 0.46 | 0 | 0.19 | 0.54 | 155.56 | 0.3 | 0.35 |
| Hex | 3F | 75 | 5F | 2E | 0 | 13 | 36 | 9C | 1E | 23 |
| Octal | 77 | 165 | 137 | 56 | 0 | 23 | 66 | 234 | 36 | 43 |
| Binary | 111111 | 1110101 | 1011111 | 101110 | 0 | 10011 | 110110 | 10011100 | 11110 | 100011 |
Color Harmonies of #3F755F
Complementary color
Monochromatic Colors of #3F755F
Black with #3F755F
Text Example
Text Example
White with #3F755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F755F; }
p { color: rgb(63,117,95); }
H1.HeaderClassName
{
color: #3F755F;
}
.AnyTagClassName
{
color: #3F755F;
}
</style>
background-color css
<style>
a { background-color: #3F755F; }
a { background-color: rgb(63,117,95); }
div.DivClassName
{
background-color: #3F755F;
}
.BgClassName
{
background-color: #3F755F;
}
</style>
border-color css
<style>
span { border-color: #3F755F; }
span { border-color: rgb(63,117,95); }
td.TdClassName
{
border-color: #3F755F;
}
.TagClassName
{
border-color: #3F755F;
}
</style>