Shades of Crusoe #155E25
Tints of Crusoe #155E25
RGB
CMYK
RGB Variations
Color information
#155E25 (or 0x155E25) is known color: Crusoe. HEX triplet: 15, 5E and 25. RGB value is (21,94,37). Sum of RGB (Red+Green+Blue) = 21+94+37=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 94 (37.11% from 255 or 61.84% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 94 - color contains mainly: green. Hex color #155E25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155E25 is #EAA1DA. Grayscale: #414141. Windows color (decimal): -15376859 or 2448917. OLE color: 2448917.
HSL color Cylindrical-coordinate representation of color #155E25: hue angle of 133.15º 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 #155E25 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 94 | 37 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.63 |
| HSL | 133.15º | 0.63% | 0.23% | - |
| HSV(B) | 133.15º | 0.78% | 0.37% | - |
| XYZ | 4.65 | 8.3 | 3.11 | - |
| YUV | 65.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 37 | 0.78 | 0 | 0.61 | 0.63 | 133.15 | 0.63 | 0.23 |
| Hex | 15 | 5E | 25 | 4E | 0 | 3D | 3F | 85 | 3F | 17 |
| Octal | 25 | 136 | 45 | 116 | 0 | 75 | 77 | 205 | 77 | 27 |
| Binary | 10101 | 1011110 | 100101 | 1001110 | 0 | 111101 | 111111 | 10000101 | 111111 | 10111 |
Color Harmonies of #155E25
Complementary color
Monochromatic Colors of #155E25
Black with #155E25
Text Example
Text Example
White with #155E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155E25; }
p { color: rgb(21,94,37); }
H1.HeaderClassName
{
color: #155E25;
}
.AnyTagClassName
{
color: #155E25;
}
</style>
background-color css
<style>
a { background-color: #155E25; }
a { background-color: rgb(21,94,37); }
div.DivClassName
{
background-color: #155E25;
}
.BgClassName
{
background-color: #155E25;
}
</style>
border-color css
<style>
span { border-color: #155E25; }
span { border-color: rgb(21,94,37); }
td.TdClassName
{
border-color: #155E25;
}
.TagClassName
{
border-color: #155E25;
}
</style>