Shades of Crusoe #155330
Tints of Crusoe #155330
RGB
CMYK
RGB Variations
Color information
#155330 (or 0x155330) is known color: Crusoe. HEX triplet: 15, 53 and 30. RGB value is (21,83,48). Sum of RGB (Red+Green+Blue) = 21+83+48=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #155330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155330 is #EAACCF. Grayscale: #3C3C3C. Windows color (decimal): -15379664 or 3166997. OLE color: 3166997.
HSL color Cylindrical-coordinate representation of color #155330: hue angle of 146.13º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155330 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 48 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.67 |
| HSL | 146.13º | 0.6% | 0.2% | - |
| HSV(B) | 146.13º | 0.75% | 0.33% | - |
| XYZ | 3.94 | 6.56 | 3.85 | - |
| YUV | 60.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 48 | 0.75 | 0 | 0.42 | 0.67 | 146.13 | 0.6 | 0.2 |
| Hex | 15 | 53 | 30 | 4B | 0 | 2A | 43 | 92 | 3C | 14 |
| Octal | 25 | 123 | 60 | 113 | 0 | 52 | 103 | 222 | 74 | 24 |
| Binary | 10101 | 1010011 | 110000 | 1001011 | 0 | 101010 | 1000011 | 10010010 | 111100 | 10100 |
Color Harmonies of #155330
Complementary color
Monochromatic Colors of #155330
Black with #155330
Text Example
Text Example
White with #155330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155330; }
p { color: rgb(21,83,48); }
H1.HeaderClassName
{
color: #155330;
}
.AnyTagClassName
{
color: #155330;
}
</style>
background-color css
<style>
a { background-color: #155330; }
a { background-color: rgb(21,83,48); }
div.DivClassName
{
background-color: #155330;
}
.BgClassName
{
background-color: #155330;
}
</style>
border-color css
<style>
span { border-color: #155330; }
span { border-color: rgb(21,83,48); }
td.TdClassName
{
border-color: #155330;
}
.TagClassName
{
border-color: #155330;
}
</style>