Shades of Crusoe #125E1D
Tints of Crusoe #125E1D
RGB
CMYK
RGB Variations
Color information
#125E1D (or 0x125E1D) is known color: Crusoe. HEX triplet: 12, 5E and 1D. RGB value is (18,94,29). Sum of RGB (Red+Green+Blue) = 18+94+29=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 94 (37.11% from 255 or 66.67% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 94 - color contains mainly: green. Hex color #125E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125E1D is #EDA1E2. Grayscale: #404040. Windows color (decimal): -15573475 or 1924626. OLE color: 1924626.
HSL color Cylindrical-coordinate representation of color #125E1D: hue angle of 128.68º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125E1D is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 94 | 29 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.63 |
| HSL | 128.68º | 0.68% | 0.22% | - |
| HSV(B) | 128.68º | 0.81% | 0.37% | - |
| XYZ | 4.47 | 8.22 | 2.51 | - |
| YUV | 63.87 | 108.32 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 29 | 0.81 | 0 | 0.69 | 0.63 | 128.68 | 0.68 | 0.22 |
| Hex | 12 | 5E | 1D | 51 | 0 | 45 | 3F | 81 | 44 | 16 |
| Octal | 22 | 136 | 35 | 121 | 0 | 105 | 77 | 201 | 104 | 26 |
| Binary | 10010 | 1011110 | 11101 | 1010001 | 0 | 1000101 | 111111 | 10000001 | 1000100 | 10110 |
Color Harmonies of #125E1D
Complementary color
Monochromatic Colors of #125E1D
Black with #125E1D
Text Example
Text Example
White with #125E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125E1D; }
p { color: rgb(18,94,29); }
H1.HeaderClassName
{
color: #125E1D;
}
.AnyTagClassName
{
color: #125E1D;
}
</style>
background-color css
<style>
a { background-color: #125E1D; }
a { background-color: rgb(18,94,29); }
div.DivClassName
{
background-color: #125E1D;
}
.BgClassName
{
background-color: #125E1D;
}
</style>
border-color css
<style>
span { border-color: #125E1D; }
span { border-color: rgb(18,94,29); }
td.TdClassName
{
border-color: #125E1D;
}
.TagClassName
{
border-color: #125E1D;
}
</style>