Shades of Crusoe #125921
Tints of Crusoe #125921
RGB
CMYK
RGB Variations
Color information
#125921 (or 0x125921) is known color: Crusoe. HEX triplet: 12, 59 and 21. RGB value is (18,89,33). Sum of RGB (Red+Green+Blue) = 18+89+33=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #125921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125921 is #EDA6DE. Grayscale: #3D3D3D. Windows color (decimal): -15574751 or 2185490. OLE color: 2185490.
HSL color Cylindrical-coordinate representation of color #125921: hue angle of 132.68º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125921 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 33 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.65 |
| HSL | 132.68º | 0.66% | 0.21% | - |
| HSV(B) | 132.68º | 0.8% | 0.35% | - |
| XYZ | 4.1 | 7.38 | 2.65 | - |
| YUV | 61.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 33 | 0.80 | 0 | 0.63 | 0.65 | 132.68 | 0.66 | 0.21 |
| Hex | 12 | 59 | 21 | 50 | 0 | 3F | 41 | 85 | 42 | 15 |
| Octal | 22 | 131 | 41 | 120 | 0 | 77 | 101 | 205 | 102 | 25 |
| Binary | 10010 | 1011001 | 100001 | 1010000 | 0 | 111111 | 1000001 | 10000101 | 1000010 | 10101 |
Color Harmonies of #125921
Complementary color
Monochromatic Colors of #125921
Black with #125921
Text Example
Text Example
White with #125921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125921; }
p { color: rgb(18,89,33); }
H1.HeaderClassName
{
color: #125921;
}
.AnyTagClassName
{
color: #125921;
}
</style>
background-color css
<style>
a { background-color: #125921; }
a { background-color: rgb(18,89,33); }
div.DivClassName
{
background-color: #125921;
}
.BgClassName
{
background-color: #125921;
}
</style>
border-color css
<style>
span { border-color: #125921; }
span { border-color: rgb(18,89,33); }
td.TdClassName
{
border-color: #125921;
}
.TagClassName
{
border-color: #125921;
}
</style>