Shades of Stromboli #41635A
Tints of Stromboli #41635A
RGB
CMYK
RGB Variations
Color information
#41635A (or 0x41635A) is known color: Stromboli. HEX triplet: 41, 63 and 5A. RGB value is (65,99,90). Sum of RGB (Red+Green+Blue) = 65+99+90=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #41635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41635A is #BE9CA5. Grayscale: #575757. Windows color (decimal): -12491942 or 5923649. OLE color: 5923649.
HSL color Cylindrical-coordinate representation of color #41635A: hue angle of 164.12º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41635A is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 99 | 90 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.61 |
| HSL | 164.12º | 0.21% | 0.32% | - |
| HSV(B) | 164.12º | 0.34% | 0.39% | - |
| XYZ | 8.49 | 10.79 | 11.31 | - |
| YUV | 87.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 90 | 0.34 | 0 | 0.09 | 0.61 | 164.12 | 0.21 | 0.32 |
| Hex | 41 | 63 | 5A | 22 | 0 | 9 | 3D | A4 | 15 | 20 |
| Octal | 101 | 143 | 132 | 42 | 0 | 11 | 75 | 244 | 25 | 40 |
| Binary | 1000001 | 1100011 | 1011010 | 100010 | 0 | 1001 | 111101 | 10100100 | 10101 | 100000 |
Color Harmonies of #41635A
Complementary color
Monochromatic Colors of #41635A
Black with #41635A
Text Example
Text Example
White with #41635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41635A; }
p { color: rgb(65,99,90); }
H1.HeaderClassName
{
color: #41635A;
}
.AnyTagClassName
{
color: #41635A;
}
</style>
background-color css
<style>
a { background-color: #41635A; }
a { background-color: rgb(65,99,90); }
div.DivClassName
{
background-color: #41635A;
}
.BgClassName
{
background-color: #41635A;
}
</style>
border-color css
<style>
span { border-color: #41635A; }
span { border-color: rgb(65,99,90); }
td.TdClassName
{
border-color: #41635A;
}
.TagClassName
{
border-color: #41635A;
}
</style>