Shades of Crusoe #12652A
Tints of Crusoe #12652A
RGB
CMYK
RGB Variations
Color information
#12652A (or 0x12652A) is known color: Crusoe. HEX triplet: 12, 65 and 2A. RGB value is (18,101,42). Sum of RGB (Red+Green+Blue) = 18+101+42=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #12652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12652A is #ED9AD5. Grayscale: #454545. Windows color (decimal): -15571670 or 2778386. OLE color: 2778386.
HSL color Cylindrical-coordinate representation of color #12652A: hue angle of 137.35º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12652A is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 101 | 42 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.60 |
| HSL | 137.35º | 0.7% | 0.23% | - |
| HSV(B) | 137.35º | 0.82% | 0.4% | - |
| XYZ | 5.32 | 9.6 | 3.76 | - |
| YUV | 69.46 | 112.5 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 42 | 0.82 | 0 | 0.58 | 0.60 | 137.35 | 0.7 | 0.23 |
| Hex | 12 | 65 | 2A | 52 | 0 | 3A | 3C | 89 | 46 | 17 |
| Octal | 22 | 145 | 52 | 122 | 0 | 72 | 74 | 211 | 106 | 27 |
| Binary | 10010 | 1100101 | 101010 | 1010010 | 0 | 111010 | 111100 | 10001001 | 1000110 | 10111 |
Color Harmonies of #12652A
Complementary color
Monochromatic Colors of #12652A
Black with #12652A
Text Example
Text Example
White with #12652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12652A; }
p { color: rgb(18,101,42); }
H1.HeaderClassName
{
color: #12652A;
}
.AnyTagClassName
{
color: #12652A;
}
</style>
background-color css
<style>
a { background-color: #12652A; }
a { background-color: rgb(18,101,42); }
div.DivClassName
{
background-color: #12652A;
}
.BgClassName
{
background-color: #12652A;
}
</style>
border-color css
<style>
span { border-color: #12652A; }
span { border-color: rgb(18,101,42); }
td.TdClassName
{
border-color: #12652A;
}
.TagClassName
{
border-color: #12652A;
}
</style>