Shades of Crusoe #155023
Tints of Crusoe #155023
RGB
CMYK
RGB Variations
Color information
#155023 (or 0x155023) is known color: Crusoe. HEX triplet: 15, 50 and 23. RGB value is (21,80,35). Sum of RGB (Red+Green+Blue) = 21+80+35=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #155023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155023 is #EAAFDC. Grayscale: #393939. Windows color (decimal): -15380445 or 2314261. OLE color: 2314261.
HSL color Cylindrical-coordinate representation of color #155023: hue angle of 134.24º 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 #155023 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 35 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.69 |
| HSL | 134.24º | 0.58% | 0.2% | - |
| HSV(B) | 134.24º | 0.74% | 0.31% | - |
| XYZ | 3.48 | 6.02 | 2.57 | - |
| YUV | 57.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 35 | 0.74 | 0 | 0.56 | 0.69 | 134.24 | 0.58 | 0.2 |
| Hex | 15 | 50 | 23 | 4A | 0 | 38 | 45 | 86 | 3A | 14 |
| Octal | 25 | 120 | 43 | 112 | 0 | 70 | 105 | 206 | 72 | 24 |
| Binary | 10101 | 1010000 | 100011 | 1001010 | 0 | 111000 | 1000101 | 10000110 | 111010 | 10100 |
Color Harmonies of #155023
Complementary color
Monochromatic Colors of #155023
Black with #155023
Text Example
Text Example
White with #155023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155023; }
p { color: rgb(21,80,35); }
H1.HeaderClassName
{
color: #155023;
}
.AnyTagClassName
{
color: #155023;
}
</style>
background-color css
<style>
a { background-color: #155023; }
a { background-color: rgb(21,80,35); }
div.DivClassName
{
background-color: #155023;
}
.BgClassName
{
background-color: #155023;
}
</style>
border-color css
<style>
span { border-color: #155023; }
span { border-color: rgb(21,80,35); }
td.TdClassName
{
border-color: #155023;
}
.TagClassName
{
border-color: #155023;
}
</style>