Shades of Crusoe #125C32
Tints of Crusoe #125C32
RGB
CMYK
RGB Variations
Color information
#125C32 (or 0x125C32) is known color: Crusoe. HEX triplet: 12, 5C and 32. RGB value is (18,92,50). Sum of RGB (Red+Green+Blue) = 18+92+50=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 92 (36.33% from 255 or 57.5% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 92 - color contains mainly: green. Hex color #125C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C32 is #EDA3CD. Grayscale: #414141. Windows color (decimal): -15573966 or 3300370. OLE color: 3300370.
HSL color Cylindrical-coordinate representation of color #125C32: hue angle of 145.95º 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 #125C32 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 50 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.64 |
| HSL | 145.95º | 0.67% | 0.22% | - |
| HSV(B) | 145.95º | 0.8% | 0.36% | - |
| XYZ | 4.65 | 8.01 | 4.32 | - |
| YUV | 65.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 50 | 0.80 | 0 | 0.46 | 0.64 | 145.95 | 0.67 | 0.22 |
| Hex | 12 | 5C | 32 | 50 | 0 | 2E | 40 | 92 | 43 | 16 |
| Octal | 22 | 134 | 62 | 120 | 0 | 56 | 100 | 222 | 103 | 26 |
| Binary | 10010 | 1011100 | 110010 | 1010000 | 0 | 101110 | 1000000 | 10010010 | 1000011 | 10110 |
Color Harmonies of #125C32
Complementary color
Monochromatic Colors of #125C32
Black with #125C32
Text Example
Text Example
White with #125C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C32; }
p { color: rgb(18,92,50); }
H1.HeaderClassName
{
color: #125C32;
}
.AnyTagClassName
{
color: #125C32;
}
</style>
background-color css
<style>
a { background-color: #125C32; }
a { background-color: rgb(18,92,50); }
div.DivClassName
{
background-color: #125C32;
}
.BgClassName
{
background-color: #125C32;
}
</style>
border-color css
<style>
span { border-color: #125C32; }
span { border-color: rgb(18,92,50); }
td.TdClassName
{
border-color: #125C32;
}
.TagClassName
{
border-color: #125C32;
}
</style>