Shades of Crusoe #155C2A
Tints of Crusoe #155C2A
RGB
CMYK
RGB Variations
Color information
#155C2A (or 0x155C2A) is known color: Crusoe. HEX triplet: 15, 5C and 2A. RGB value is (21,92,42). Sum of RGB (Red+Green+Blue) = 21+92+42=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 92 (36.33% from 255 or 59.35% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 92 - color contains mainly: green. Hex color #155C2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C2A is #EAA3D5. Grayscale: #414141. Windows color (decimal): -15377366 or 2776085. OLE color: 2776085.
HSL color Cylindrical-coordinate representation of color #155C2A: hue angle of 137.75º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C2A is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 92 | 42 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.64 |
| HSL | 137.75º | 0.63% | 0.22% | - |
| HSV(B) | 137.75º | 0.77% | 0.36% | - |
| XYZ | 4.55 | 7.98 | 3.49 | - |
| YUV | 65.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 42 | 0.77 | 0 | 0.54 | 0.64 | 137.75 | 0.63 | 0.22 |
| Hex | 15 | 5C | 2A | 4D | 0 | 36 | 40 | 8A | 3F | 16 |
| Octal | 25 | 134 | 52 | 115 | 0 | 66 | 100 | 212 | 77 | 26 |
| Binary | 10101 | 1011100 | 101010 | 1001101 | 0 | 110110 | 1000000 | 10001010 | 111111 | 10110 |
Color Harmonies of #155C2A
Complementary color
Monochromatic Colors of #155C2A
Black with #155C2A
Text Example
Text Example
White with #155C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C2A; }
p { color: rgb(21,92,42); }
H1.HeaderClassName
{
color: #155C2A;
}
.AnyTagClassName
{
color: #155C2A;
}
</style>
background-color css
<style>
a { background-color: #155C2A; }
a { background-color: rgb(21,92,42); }
div.DivClassName
{
background-color: #155C2A;
}
.BgClassName
{
background-color: #155C2A;
}
</style>
border-color css
<style>
span { border-color: #155C2A; }
span { border-color: rgb(21,92,42); }
td.TdClassName
{
border-color: #155C2A;
}
.TagClassName
{
border-color: #155C2A;
}
</style>