Shades of Crusoe #125528
Tints of Crusoe #125528
RGB
CMYK
RGB Variations
Color information
#125528 (or 0x125528) is known color: Crusoe. HEX triplet: 12, 55 and 28. RGB value is (18,85,40). Sum of RGB (Red+Green+Blue) = 18+85+40=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #125528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125528 is #EDAAD7. Grayscale: #3B3B3B. Windows color (decimal): -15575768 or 2643218. OLE color: 2643218.
HSL color Cylindrical-coordinate representation of color #125528: hue angle of 139.7º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125528 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 85 | 40 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.67 |
| HSL | 139.7º | 0.65% | 0.2% | - |
| HSV(B) | 139.7º | 0.79% | 0.33% | - |
| XYZ | 3.88 | 6.78 | 3.11 | - |
| YUV | 59.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 40 | 0.79 | 0 | 0.53 | 0.67 | 139.7 | 0.65 | 0.2 |
| Hex | 12 | 55 | 28 | 4F | 0 | 35 | 43 | 8C | 41 | 14 |
| Octal | 22 | 125 | 50 | 117 | 0 | 65 | 103 | 214 | 101 | 24 |
| Binary | 10010 | 1010101 | 101000 | 1001111 | 0 | 110101 | 1000011 | 10001100 | 1000001 | 10100 |
Color Harmonies of #125528
Complementary color
Monochromatic Colors of #125528
Black with #125528
Text Example
Text Example
White with #125528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125528; }
p { color: rgb(18,85,40); }
H1.HeaderClassName
{
color: #125528;
}
.AnyTagClassName
{
color: #125528;
}
</style>
background-color css
<style>
a { background-color: #125528; }
a { background-color: rgb(18,85,40); }
div.DivClassName
{
background-color: #125528;
}
.BgClassName
{
background-color: #125528;
}
</style>
border-color css
<style>
span { border-color: #125528; }
span { border-color: rgb(18,85,40); }
td.TdClassName
{
border-color: #125528;
}
.TagClassName
{
border-color: #125528;
}
</style>