Shades of Crusoe #155022
Tints of Crusoe #155022
RGB
CMYK
RGB Variations
Color information
#155022 (or 0x155022) is known color: Crusoe. HEX triplet: 15, 50 and 22. RGB value is (21,80,34). Sum of RGB (Red+Green+Blue) = 21+80+34=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #155022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155022 is #EAAFDD. Grayscale: #393939. Windows color (decimal): -15380446 or 2248725. OLE color: 2248725.
HSL color Cylindrical-coordinate representation of color #155022: hue angle of 133.22º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155022 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 34 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.69 |
| HSL | 133.22º | 0.58% | 0.2% | - |
| HSV(B) | 133.22º | 0.74% | 0.31% | - |
| XYZ | 3.47 | 6.01 | 2.49 | - |
| YUV | 57.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 34 | 0.74 | 0 | 0.58 | 0.69 | 133.22 | 0.58 | 0.2 |
| Hex | 15 | 50 | 22 | 4A | 0 | 3A | 45 | 85 | 3A | 14 |
| Octal | 25 | 120 | 42 | 112 | 0 | 72 | 105 | 205 | 72 | 24 |
| Binary | 10101 | 1010000 | 100010 | 1001010 | 0 | 111010 | 1000101 | 10000101 | 111010 | 10100 |
Color Harmonies of #155022
Complementary color
Monochromatic Colors of #155022
Black with #155022
Text Example
Text Example
White with #155022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155022; }
p { color: rgb(21,80,34); }
H1.HeaderClassName
{
color: #155022;
}
.AnyTagClassName
{
color: #155022;
}
</style>
background-color css
<style>
a { background-color: #155022; }
a { background-color: rgb(21,80,34); }
div.DivClassName
{
background-color: #155022;
}
.BgClassName
{
background-color: #155022;
}
</style>
border-color css
<style>
span { border-color: #155022; }
span { border-color: rgb(21,80,34); }
td.TdClassName
{
border-color: #155022;
}
.TagClassName
{
border-color: #155022;
}
</style>