Shades of Crusoe #125D24
Tints of Crusoe #125D24
RGB
CMYK
RGB Variations
Color information
#125D24 (or 0x125D24) is known color: Crusoe. HEX triplet: 12, 5D and 24. RGB value is (18,93,36). Sum of RGB (Red+Green+Blue) = 18+93+36=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 93 (36.72% from 255 or 63.27% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 93 - color contains mainly: green. Hex color #125D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D24 is #EDA2DB. Grayscale: #404040. Windows color (decimal): -15573724 or 2383122. OLE color: 2383122.
HSL color Cylindrical-coordinate representation of color #125D24: hue angle of 134.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D24 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 93 | 36 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.64 |
| HSL | 134.4º | 0.68% | 0.22% | - |
| HSV(B) | 134.4º | 0.81% | 0.36% | - |
| XYZ | 4.48 | 8.08 | 2.99 | - |
| YUV | 64.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 36 | 0.81 | 0 | 0.61 | 0.64 | 134.4 | 0.68 | 0.22 |
| Hex | 12 | 5D | 24 | 51 | 0 | 3D | 40 | 86 | 44 | 16 |
| Octal | 22 | 135 | 44 | 121 | 0 | 75 | 100 | 206 | 104 | 26 |
| Binary | 10010 | 1011101 | 100100 | 1010001 | 0 | 111101 | 1000000 | 10000110 | 1000100 | 10110 |
Color Harmonies of #125D24
Complementary color
Monochromatic Colors of #125D24
Black with #125D24
Text Example
Text Example
White with #125D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D24; }
p { color: rgb(18,93,36); }
H1.HeaderClassName
{
color: #125D24;
}
.AnyTagClassName
{
color: #125D24;
}
</style>
background-color css
<style>
a { background-color: #125D24; }
a { background-color: rgb(18,93,36); }
div.DivClassName
{
background-color: #125D24;
}
.BgClassName
{
background-color: #125D24;
}
</style>
border-color css
<style>
span { border-color: #125D24; }
span { border-color: rgb(18,93,36); }
td.TdClassName
{
border-color: #125D24;
}
.TagClassName
{
border-color: #125D24;
}
</style>