Shades of Crusoe #125521
Tints of Crusoe #125521
RGB
CMYK
RGB Variations
Color information
#125521 (or 0x125521) is known color: Crusoe. HEX triplet: 12, 55 and 21. RGB value is (18,85,33). Sum of RGB (Red+Green+Blue) = 18+85+33=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #125521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125521 is #EDAADE. Grayscale: #3B3B3B. Windows color (decimal): -15575775 or 2184466. OLE color: 2184466.
HSL color Cylindrical-coordinate representation of color #125521: hue angle of 133.43º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125521 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 85 | 33 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.67 |
| HSL | 133.43º | 0.65% | 0.2% | - |
| HSV(B) | 133.43º | 0.79% | 0.33% | - |
| XYZ | 3.77 | 6.74 | 2.54 | - |
| YUV | 59.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 33 | 0.79 | 0 | 0.61 | 0.67 | 133.43 | 0.65 | 0.2 |
| Hex | 12 | 55 | 21 | 4F | 0 | 3D | 43 | 85 | 41 | 14 |
| Octal | 22 | 125 | 41 | 117 | 0 | 75 | 103 | 205 | 101 | 24 |
| Binary | 10010 | 1010101 | 100001 | 1001111 | 0 | 111101 | 1000011 | 10000101 | 1000001 | 10100 |
Color Harmonies of #125521
Complementary color
Monochromatic Colors of #125521
Black with #125521
Text Example
Text Example
White with #125521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125521; }
p { color: rgb(18,85,33); }
H1.HeaderClassName
{
color: #125521;
}
.AnyTagClassName
{
color: #125521;
}
</style>
background-color css
<style>
a { background-color: #125521; }
a { background-color: rgb(18,85,33); }
div.DivClassName
{
background-color: #125521;
}
.BgClassName
{
background-color: #125521;
}
</style>
border-color css
<style>
span { border-color: #125521; }
span { border-color: rgb(18,85,33); }
td.TdClassName
{
border-color: #125521;
}
.TagClassName
{
border-color: #125521;
}
</style>