Shades of Crusoe #126030
Tints of Crusoe #126030
RGB
CMYK
RGB Variations
Color information
#126030 (or 0x126030) is known color: Crusoe. HEX triplet: 12, 60 and 30. RGB value is (18,96,48). Sum of RGB (Red+Green+Blue) = 18+96+48=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #126030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126030 is #ED9FCF. Grayscale: #434343. Windows color (decimal): -15572944 or 3170322. OLE color: 3170322.
HSL color Cylindrical-coordinate representation of color #126030: hue angle of 143.08º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126030 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 96 | 48 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.62 |
| HSL | 143.08º | 0.68% | 0.22% | - |
| HSV(B) | 143.08º | 0.81% | 0.38% | - |
| XYZ | 4.97 | 8.71 | 4.22 | - |
| YUV | 67.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 48 | 0.81 | 0 | 0.50 | 0.62 | 143.08 | 0.68 | 0.22 |
| Hex | 12 | 60 | 30 | 51 | 0 | 32 | 3E | 8F | 44 | 16 |
| Octal | 22 | 140 | 60 | 121 | 0 | 62 | 76 | 217 | 104 | 26 |
| Binary | 10010 | 1100000 | 110000 | 1010001 | 0 | 110010 | 111110 | 10001111 | 1000100 | 10110 |
Color Harmonies of #126030
Complementary color
Monochromatic Colors of #126030
Black with #126030
Text Example
Text Example
White with #126030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126030; }
p { color: rgb(18,96,48); }
H1.HeaderClassName
{
color: #126030;
}
.AnyTagClassName
{
color: #126030;
}
</style>
background-color css
<style>
a { background-color: #126030; }
a { background-color: rgb(18,96,48); }
div.DivClassName
{
background-color: #126030;
}
.BgClassName
{
background-color: #126030;
}
</style>
border-color css
<style>
span { border-color: #126030; }
span { border-color: rgb(18,96,48); }
td.TdClassName
{
border-color: #126030;
}
.TagClassName
{
border-color: #126030;
}
</style>