Shades of Crusoe #155025
Tints of Crusoe #155025
RGB
CMYK
RGB Variations
Color information
#155025 (or 0x155025) is known color: Crusoe. HEX triplet: 15, 50 and 25. RGB value is (21,80,37). Sum of RGB (Red+Green+Blue) = 21+80+37=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #155025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155025 is #EAAFDA. Grayscale: #393939. Windows color (decimal): -15380443 or 2445333. OLE color: 2445333.
HSL color Cylindrical-coordinate representation of color #155025: hue angle of 136.27º 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 #155025 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 37 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.69 |
| HSL | 136.27º | 0.58% | 0.2% | - |
| HSV(B) | 136.27º | 0.74% | 0.31% | - |
| XYZ | 3.51 | 6.03 | 2.73 | - |
| YUV | 57.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 37 | 0.74 | 0 | 0.54 | 0.69 | 136.27 | 0.58 | 0.2 |
| Hex | 15 | 50 | 25 | 4A | 0 | 36 | 45 | 88 | 3A | 14 |
| Octal | 25 | 120 | 45 | 112 | 0 | 66 | 105 | 210 | 72 | 24 |
| Binary | 10101 | 1010000 | 100101 | 1001010 | 0 | 110110 | 1000101 | 10001000 | 111010 | 10100 |
Color Harmonies of #155025
Complementary color
Monochromatic Colors of #155025
Black with #155025
Text Example
Text Example
White with #155025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155025; }
p { color: rgb(21,80,37); }
H1.HeaderClassName
{
color: #155025;
}
.AnyTagClassName
{
color: #155025;
}
</style>
background-color css
<style>
a { background-color: #155025; }
a { background-color: rgb(21,80,37); }
div.DivClassName
{
background-color: #155025;
}
.BgClassName
{
background-color: #155025;
}
</style>
border-color css
<style>
span { border-color: #155025; }
span { border-color: rgb(21,80,37); }
td.TdClassName
{
border-color: #155025;
}
.TagClassName
{
border-color: #155025;
}
</style>