Shades of Crusoe #125823
Tints of Crusoe #125823
RGB
CMYK
RGB Variations
Color information
#125823 (or 0x125823) is known color: Crusoe. HEX triplet: 12, 58 and 23. RGB value is (18,88,35). Sum of RGB (Red+Green+Blue) = 18+88+35=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #125823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125823 is #EDA7DC. Grayscale: #3D3D3D. Windows color (decimal): -15575005 or 2316306. OLE color: 2316306.
HSL color Cylindrical-coordinate representation of color #125823: hue angle of 134.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125823 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 88 | 35 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.65 |
| HSL | 134.57º | 0.66% | 0.21% | - |
| HSV(B) | 134.57º | 0.8% | 0.35% | - |
| XYZ | 4.04 | 7.23 | 2.77 | - |
| YUV | 61.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 35 | 0.80 | 0 | 0.60 | 0.65 | 134.57 | 0.66 | 0.21 |
| Hex | 12 | 58 | 23 | 50 | 0 | 3C | 41 | 87 | 42 | 15 |
| Octal | 22 | 130 | 43 | 120 | 0 | 74 | 101 | 207 | 102 | 25 |
| Binary | 10010 | 1011000 | 100011 | 1010000 | 0 | 111100 | 1000001 | 10000111 | 1000010 | 10101 |
Color Harmonies of #125823
Complementary color
Monochromatic Colors of #125823
Black with #125823
Text Example
Text Example
White with #125823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125823; }
p { color: rgb(18,88,35); }
H1.HeaderClassName
{
color: #125823;
}
.AnyTagClassName
{
color: #125823;
}
</style>
background-color css
<style>
a { background-color: #125823; }
a { background-color: rgb(18,88,35); }
div.DivClassName
{
background-color: #125823;
}
.BgClassName
{
background-color: #125823;
}
</style>
border-color css
<style>
span { border-color: #125823; }
span { border-color: rgb(18,88,35); }
td.TdClassName
{
border-color: #125823;
}
.TagClassName
{
border-color: #125823;
}
</style>