Shades of Crusoe #12622F
Tints of Crusoe #12622F
RGB
CMYK
RGB Variations
Color information
#12622F (or 0x12622F) is known color: Crusoe. HEX triplet: 12, 62 and 2F. RGB value is (18,98,47). Sum of RGB (Red+Green+Blue) = 18+98+47=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #12622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12622F is #ED9DD0. Grayscale: #444444. Windows color (decimal): -15572433 or 3105298. OLE color: 3105298.
HSL color Cylindrical-coordinate representation of color #12622F: hue angle of 141.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12622F is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 98 | 47 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.62 |
| HSL | 141.75º | 0.69% | 0.23% | - |
| HSV(B) | 141.75º | 0.82% | 0.38% | - |
| XYZ | 5.13 | 9.07 | 4.17 | - |
| YUV | 68.27 | 116 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 47 | 0.82 | 0 | 0.52 | 0.62 | 141.75 | 0.69 | 0.23 |
| Hex | 12 | 62 | 2F | 52 | 0 | 34 | 3E | 8E | 45 | 17 |
| Octal | 22 | 142 | 57 | 122 | 0 | 64 | 76 | 216 | 105 | 27 |
| Binary | 10010 | 1100010 | 101111 | 1010010 | 0 | 110100 | 111110 | 10001110 | 1000101 | 10111 |
Color Harmonies of #12622F
Complementary color
Monochromatic Colors of #12622F
Black with #12622F
Text Example
Text Example
White with #12622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12622F; }
p { color: rgb(18,98,47); }
H1.HeaderClassName
{
color: #12622F;
}
.AnyTagClassName
{
color: #12622F;
}
</style>
background-color css
<style>
a { background-color: #12622F; }
a { background-color: rgb(18,98,47); }
div.DivClassName
{
background-color: #12622F;
}
.BgClassName
{
background-color: #12622F;
}
</style>
border-color css
<style>
span { border-color: #12622F; }
span { border-color: rgb(18,98,47); }
td.TdClassName
{
border-color: #12622F;
}
.TagClassName
{
border-color: #12622F;
}
</style>