Shades of Crusoe #125F34
Tints of Crusoe #125F34
RGB
CMYK
RGB Variations
Color information
#125F34 (or 0x125F34) is known color: Crusoe. HEX triplet: 12, 5F and 34. RGB value is (18,95,52). Sum of RGB (Red+Green+Blue) = 18+95+52=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #125F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125F34 is #EDA0CB. Grayscale: #434343. Windows color (decimal): -15573196 or 3432210. OLE color: 3432210.
HSL color Cylindrical-coordinate representation of color #125F34: hue angle of 146.49º 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 #125F34 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 95 | 52 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.63 |
| HSL | 146.49º | 0.68% | 0.22% | - |
| HSV(B) | 146.49º | 0.81% | 0.37% | - |
| XYZ | 4.96 | 8.56 | 4.64 | - |
| YUV | 67.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 95 | 52 | 0.81 | 0 | 0.45 | 0.63 | 146.49 | 0.68 | 0.22 |
| Hex | 12 | 5F | 34 | 51 | 0 | 2D | 3F | 92 | 44 | 16 |
| Octal | 22 | 137 | 64 | 121 | 0 | 55 | 77 | 222 | 104 | 26 |
| Binary | 10010 | 1011111 | 110100 | 1010001 | 0 | 101101 | 111111 | 10010010 | 1000100 | 10110 |
Color Harmonies of #125F34
Complementary color
Monochromatic Colors of #125F34
Black with #125F34
Text Example
Text Example
White with #125F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125F34; }
p { color: rgb(18,95,52); }
H1.HeaderClassName
{
color: #125F34;
}
.AnyTagClassName
{
color: #125F34;
}
</style>
background-color css
<style>
a { background-color: #125F34; }
a { background-color: rgb(18,95,52); }
div.DivClassName
{
background-color: #125F34;
}
.BgClassName
{
background-color: #125F34;
}
</style>
border-color css
<style>
span { border-color: #125F34; }
span { border-color: rgb(18,95,52); }
td.TdClassName
{
border-color: #125F34;
}
.TagClassName
{
border-color: #125F34;
}
</style>