Shades of Crusoe #125924
Tints of Crusoe #125924
RGB
CMYK
RGB Variations
Color information
#125924 (or 0x125924) is known color: Crusoe. HEX triplet: 12, 59 and 24. RGB value is (18,89,36). Sum of RGB (Red+Green+Blue) = 18+89+36=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #125924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125924 is #EDA6DB. Grayscale: #3D3D3D. Windows color (decimal): -15574748 or 2382098. OLE color: 2382098.
HSL color Cylindrical-coordinate representation of color #125924: hue angle of 135.21º 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 #125924 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 36 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.65 |
| HSL | 135.21º | 0.66% | 0.21% | - |
| HSV(B) | 135.21º | 0.8% | 0.35% | - |
| XYZ | 4.14 | 7.4 | 2.88 | - |
| YUV | 61.73 | 113.48 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 36 | 0.80 | 0 | 0.60 | 0.65 | 135.21 | 0.66 | 0.21 |
| Hex | 12 | 59 | 24 | 50 | 0 | 3C | 41 | 87 | 42 | 15 |
| Octal | 22 | 131 | 44 | 120 | 0 | 74 | 101 | 207 | 102 | 25 |
| Binary | 10010 | 1011001 | 100100 | 1010000 | 0 | 111100 | 1000001 | 10000111 | 1000010 | 10101 |
Color Harmonies of #125924
Complementary color
Monochromatic Colors of #125924
Black with #125924
Text Example
Text Example
White with #125924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125924; }
p { color: rgb(18,89,36); }
H1.HeaderClassName
{
color: #125924;
}
.AnyTagClassName
{
color: #125924;
}
</style>
background-color css
<style>
a { background-color: #125924; }
a { background-color: rgb(18,89,36); }
div.DivClassName
{
background-color: #125924;
}
.BgClassName
{
background-color: #125924;
}
</style>
border-color css
<style>
span { border-color: #125924; }
span { border-color: rgb(18,89,36); }
td.TdClassName
{
border-color: #125924;
}
.TagClassName
{
border-color: #125924;
}
</style>