Shades of Crusoe #125C34
Tints of Crusoe #125C34
RGB
CMYK
RGB Variations
Color information
#125C34 (or 0x125C34) is known color: Crusoe. HEX triplet: 12, 5C and 34. RGB value is (18,92,52). Sum of RGB (Red+Green+Blue) = 18+92+52=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #125C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C34 is #EDA3CB. Grayscale: #414141. Windows color (decimal): -15573964 or 3431442. OLE color: 3431442.
HSL color Cylindrical-coordinate representation of color #125C34: hue angle of 147.57º 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 #125C34 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 52 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.64 |
| HSL | 147.57º | 0.67% | 0.22% | - |
| HSV(B) | 147.57º | 0.8% | 0.36% | - |
| XYZ | 4.7 | 8.03 | 4.55 | - |
| YUV | 65.31 | 120.48 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 52 | 0.80 | 0 | 0.43 | 0.64 | 147.57 | 0.67 | 0.22 |
| Hex | 12 | 5C | 34 | 50 | 0 | 2B | 40 | 94 | 43 | 16 |
| Octal | 22 | 134 | 64 | 120 | 0 | 53 | 100 | 224 | 103 | 26 |
| Binary | 10010 | 1011100 | 110100 | 1010000 | 0 | 101011 | 1000000 | 10010100 | 1000011 | 10110 |
Color Harmonies of #125C34
Complementary color
Monochromatic Colors of #125C34
Black with #125C34
Text Example
Text Example
White with #125C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C34; }
p { color: rgb(18,92,52); }
H1.HeaderClassName
{
color: #125C34;
}
.AnyTagClassName
{
color: #125C34;
}
</style>
background-color css
<style>
a { background-color: #125C34; }
a { background-color: rgb(18,92,52); }
div.DivClassName
{
background-color: #125C34;
}
.BgClassName
{
background-color: #125C34;
}
</style>
border-color css
<style>
span { border-color: #125C34; }
span { border-color: rgb(18,92,52); }
td.TdClassName
{
border-color: #125C34;
}
.TagClassName
{
border-color: #125C34;
}
</style>