Shades of Crusoe #155E1C
Tints of Crusoe #155E1C
RGB
CMYK
RGB Variations
Color information
#155E1C (or 0x155E1C) is known color: Crusoe. HEX triplet: 15, 5E and 1C. RGB value is (21,94,28). Sum of RGB (Red+Green+Blue) = 21+94+28=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 94 (37.11% from 255 or 65.73% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 94 - color contains mainly: green. Hex color #155E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155E1C is #EAA1E3. Grayscale: #404040. Windows color (decimal): -15376868 or 1859093. OLE color: 1859093.
HSL color Cylindrical-coordinate representation of color #155E1C: hue angle of 125.75º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155E1C is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 94 | 28 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.63 |
| HSL | 125.75º | 0.63% | 0.23% | - |
| HSV(B) | 125.75º | 0.78% | 0.37% | - |
| XYZ | 4.52 | 8.25 | 2.45 | - |
| YUV | 64.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 28 | 0.78 | 0 | 0.70 | 0.63 | 125.75 | 0.63 | 0.23 |
| Hex | 15 | 5E | 1C | 4E | 0 | 46 | 3F | 7E | 3F | 17 |
| Octal | 25 | 136 | 34 | 116 | 0 | 106 | 77 | 176 | 77 | 27 |
| Binary | 10101 | 1011110 | 11100 | 1001110 | 0 | 1000110 | 111111 | 1111110 | 111111 | 10111 |
Color Harmonies of #155E1C
Complementary color
Monochromatic Colors of #155E1C
Black with #155E1C
Text Example
Text Example
White with #155E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155E1C; }
p { color: rgb(21,94,28); }
H1.HeaderClassName
{
color: #155E1C;
}
.AnyTagClassName
{
color: #155E1C;
}
</style>
background-color css
<style>
a { background-color: #155E1C; }
a { background-color: rgb(21,94,28); }
div.DivClassName
{
background-color: #155E1C;
}
.BgClassName
{
background-color: #155E1C;
}
</style>
border-color css
<style>
span { border-color: #155E1C; }
span { border-color: rgb(21,94,28); }
td.TdClassName
{
border-color: #155E1C;
}
.TagClassName
{
border-color: #155E1C;
}
</style>