Shades of Crusoe #125327
Tints of Crusoe #125327
RGB
CMYK
RGB Variations
Color information
#125327 (or 0x125327) is known color: Crusoe. HEX triplet: 12, 53 and 27. RGB value is (18,83,39). Sum of RGB (Red+Green+Blue) = 18+83+39=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #125327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125327 is #EDACD8. Grayscale: #3A3A3A. Windows color (decimal): -15576281 or 2577170. OLE color: 2577170.
HSL color Cylindrical-coordinate representation of color #125327: hue angle of 139.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125327 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 83 | 39 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.67 |
| HSL | 139.38º | 0.64% | 0.2% | - |
| HSV(B) | 139.38º | 0.78% | 0.33% | - |
| XYZ | 3.71 | 6.46 | 2.97 | - |
| YUV | 58.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 39 | 0.78 | 0 | 0.53 | 0.67 | 139.38 | 0.64 | 0.2 |
| Hex | 12 | 53 | 27 | 4E | 0 | 35 | 43 | 8B | 40 | 14 |
| Octal | 22 | 123 | 47 | 116 | 0 | 65 | 103 | 213 | 100 | 24 |
| Binary | 10010 | 1010011 | 100111 | 1001110 | 0 | 110101 | 1000011 | 10001011 | 1000000 | 10100 |
Color Harmonies of #125327
Complementary color
Monochromatic Colors of #125327
Black with #125327
Text Example
Text Example
White with #125327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125327; }
p { color: rgb(18,83,39); }
H1.HeaderClassName
{
color: #125327;
}
.AnyTagClassName
{
color: #125327;
}
</style>
background-color css
<style>
a { background-color: #125327; }
a { background-color: rgb(18,83,39); }
div.DivClassName
{
background-color: #125327;
}
.BgClassName
{
background-color: #125327;
}
</style>
border-color css
<style>
span { border-color: #125327; }
span { border-color: rgb(18,83,39); }
td.TdClassName
{
border-color: #125327;
}
.TagClassName
{
border-color: #125327;
}
</style>