Shades of Stromboli #38695A
Tints of Stromboli #38695A
RGB
CMYK
RGB Variations
Color information
#38695A (or 0x38695A) is known color: Stromboli. HEX triplet: 38, 69 and 5A. RGB value is (56,105,90). Sum of RGB (Red+Green+Blue) = 56+105+90=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #38695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38695A is #C796A5. Grayscale: #585858. Windows color (decimal): -13080230 or 5925176. OLE color: 5925176.
HSL color Cylindrical-coordinate representation of color #38695A: hue angle of 161.63º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38695A is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 105 | 90 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.59 |
| HSL | 161.63º | 0.3% | 0.32% | - |
| HSV(B) | 161.63º | 0.47% | 0.41% | - |
| XYZ | 8.53 | 11.68 | 11.48 | - |
| YUV | 88.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 90 | 0.47 | 0 | 0.14 | 0.59 | 161.63 | 0.3 | 0.32 |
| Hex | 38 | 69 | 5A | 2F | 0 | E | 3B | A2 | 1E | 20 |
| Octal | 70 | 151 | 132 | 57 | 0 | 16 | 73 | 242 | 36 | 40 |
| Binary | 111000 | 1101001 | 1011010 | 101111 | 0 | 1110 | 111011 | 10100010 | 11110 | 100000 |
Color Harmonies of #38695A
Complementary color
Monochromatic Colors of #38695A
Black with #38695A
Text Example
Text Example
White with #38695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38695A; }
p { color: rgb(56,105,90); }
H1.HeaderClassName
{
color: #38695A;
}
.AnyTagClassName
{
color: #38695A;
}
</style>
background-color css
<style>
a { background-color: #38695A; }
a { background-color: rgb(56,105,90); }
div.DivClassName
{
background-color: #38695A;
}
.BgClassName
{
background-color: #38695A;
}
</style>
border-color css
<style>
span { border-color: #38695A; }
span { border-color: rgb(56,105,90); }
td.TdClassName
{
border-color: #38695A;
}
.TagClassName
{
border-color: #38695A;
}
</style>