Shades of Crusoe #125F19
Tints of Crusoe #125F19
RGB
CMYK
RGB Variations
Color information
#125F19 (or 0x125F19) is known color: Crusoe. HEX triplet: 12, 5F and 19. RGB value is (18,95,25). Sum of RGB (Red+Green+Blue) = 18+95+25=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 95 (37.5% from 255 or 68.84% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 95 - color contains mainly: green. Hex color #125F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125F19 is #EDA0E6. Grayscale: #404040. Windows color (decimal): -15573223 or 1662738. OLE color: 1662738.
HSL color Cylindrical-coordinate representation of color #125F19: hue angle of 125.45º 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 #125F19 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 95 | 25 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.63 |
| HSL | 125.45º | 0.68% | 0.22% | - |
| HSV(B) | 125.45º | 0.81% | 0.37% | - |
| XYZ | 4.52 | 8.38 | 2.3 | - |
| YUV | 64 | 105.99 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 95 | 25 | 0.81 | 0 | 0.74 | 0.63 | 125.45 | 0.68 | 0.22 |
| Hex | 12 | 5F | 19 | 51 | 0 | 4A | 3F | 7D | 44 | 16 |
| Octal | 22 | 137 | 31 | 121 | 0 | 112 | 77 | 175 | 104 | 26 |
| Binary | 10010 | 1011111 | 11001 | 1010001 | 0 | 1001010 | 111111 | 1111101 | 1000100 | 10110 |
Color Harmonies of #125F19
Complementary color
Monochromatic Colors of #125F19
Black with #125F19
Text Example
Text Example
White with #125F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125F19; }
p { color: rgb(18,95,25); }
H1.HeaderClassName
{
color: #125F19;
}
.AnyTagClassName
{
color: #125F19;
}
</style>
background-color css
<style>
a { background-color: #125F19; }
a { background-color: rgb(18,95,25); }
div.DivClassName
{
background-color: #125F19;
}
.BgClassName
{
background-color: #125F19;
}
</style>
border-color css
<style>
span { border-color: #125F19; }
span { border-color: rgb(18,95,25); }
td.TdClassName
{
border-color: #125F19;
}
.TagClassName
{
border-color: #125F19;
}
</style>