Shades of Crusoe #125C1D
Tints of Crusoe #125C1D
RGB
CMYK
RGB Variations
Color information
#125C1D (or 0x125C1D) is known color: Crusoe. HEX triplet: 12, 5C and 1D. RGB value is (18,92,29). Sum of RGB (Red+Green+Blue) = 18+92+29=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 92 (36.33% from 255 or 66.19% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 92 - color contains mainly: green. Hex color #125C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C1D is #EDA3E2. Grayscale: #3E3E3E. Windows color (decimal): -15573987 or 1924114. OLE color: 1924114.
HSL color Cylindrical-coordinate representation of color #125C1D: hue angle of 128.92º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C1D is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 29 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.64 |
| HSL | 128.92º | 0.67% | 0.22% | - |
| HSV(B) | 128.92º | 0.8% | 0.36% | - |
| XYZ | 4.3 | 7.87 | 2.46 | - |
| YUV | 62.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 29 | 0.80 | 0 | 0.68 | 0.64 | 128.92 | 0.67 | 0.22 |
| Hex | 12 | 5C | 1D | 50 | 0 | 44 | 40 | 81 | 43 | 16 |
| Octal | 22 | 134 | 35 | 120 | 0 | 104 | 100 | 201 | 103 | 26 |
| Binary | 10010 | 1011100 | 11101 | 1010000 | 0 | 1000100 | 1000000 | 10000001 | 1000011 | 10110 |
Color Harmonies of #125C1D
Complementary color
Monochromatic Colors of #125C1D
Black with #125C1D
Text Example
Text Example
White with #125C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C1D; }
p { color: rgb(18,92,29); }
H1.HeaderClassName
{
color: #125C1D;
}
.AnyTagClassName
{
color: #125C1D;
}
</style>
background-color css
<style>
a { background-color: #125C1D; }
a { background-color: rgb(18,92,29); }
div.DivClassName
{
background-color: #125C1D;
}
.BgClassName
{
background-color: #125C1D;
}
</style>
border-color css
<style>
span { border-color: #125C1D; }
span { border-color: rgb(18,92,29); }
td.TdClassName
{
border-color: #125C1D;
}
.TagClassName
{
border-color: #125C1D;
}
</style>