Shades of Crusoe #155230
Tints of Crusoe #155230
RGB
CMYK
RGB Variations
Color information
#155230 (or 0x155230) is known color: Crusoe. HEX triplet: 15, 52 and 30. RGB value is (21,82,48). Sum of RGB (Red+Green+Blue) = 21+82+48=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #155230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155230 is #EAADCF. Grayscale: #3B3B3B. Windows color (decimal): -15379920 or 3166741. OLE color: 3166741.
HSL color Cylindrical-coordinate representation of color #155230: hue angle of 146.56º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155230 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 82 | 48 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.68 |
| HSL | 146.56º | 0.59% | 0.2% | - |
| HSV(B) | 146.56º | 0.74% | 0.32% | - |
| XYZ | 3.86 | 6.41 | 3.83 | - |
| YUV | 59.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 48 | 0.74 | 0 | 0.41 | 0.68 | 146.56 | 0.59 | 0.2 |
| Hex | 15 | 52 | 30 | 4A | 0 | 29 | 44 | 93 | 3B | 14 |
| Octal | 25 | 122 | 60 | 112 | 0 | 51 | 104 | 223 | 73 | 24 |
| Binary | 10101 | 1010010 | 110000 | 1001010 | 0 | 101001 | 1000100 | 10010011 | 111011 | 10100 |
Color Harmonies of #155230
Complementary color
Monochromatic Colors of #155230
Black with #155230
Text Example
Text Example
White with #155230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155230; }
p { color: rgb(21,82,48); }
H1.HeaderClassName
{
color: #155230;
}
.AnyTagClassName
{
color: #155230;
}
</style>
background-color css
<style>
a { background-color: #155230; }
a { background-color: rgb(21,82,48); }
div.DivClassName
{
background-color: #155230;
}
.BgClassName
{
background-color: #155230;
}
</style>
border-color css
<style>
span { border-color: #155230; }
span { border-color: rgb(21,82,48); }
td.TdClassName
{
border-color: #155230;
}
.TagClassName
{
border-color: #155230;
}
</style>