Shades of Crusoe #12521D
Tints of Crusoe #12521D
RGB
CMYK
RGB Variations
Color information
#12521D (or 0x12521D) is known color: Crusoe. HEX triplet: 12, 52 and 1D. RGB value is (18,82,29). Sum of RGB (Red+Green+Blue) = 18+82+29=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #12521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12521D is #EDADE2. Grayscale: #383838. Windows color (decimal): -15576547 or 1921554. OLE color: 1921554.
HSL color Cylindrical-coordinate representation of color #12521D: hue angle of 130.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12521D is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 82 | 29 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.68 |
| HSL | 130.31º | 0.64% | 0.2% | - |
| HSV(B) | 130.31º | 0.78% | 0.32% | - |
| XYZ | 3.49 | 6.25 | 2.19 | - |
| YUV | 56.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 29 | 0.78 | 0 | 0.65 | 0.68 | 130.31 | 0.64 | 0.2 |
| Hex | 12 | 52 | 1D | 4E | 0 | 41 | 44 | 82 | 40 | 14 |
| Octal | 22 | 122 | 35 | 116 | 0 | 101 | 104 | 202 | 100 | 24 |
| Binary | 10010 | 1010010 | 11101 | 1001110 | 0 | 1000001 | 1000100 | 10000010 | 1000000 | 10100 |
Color Harmonies of #12521D
Complementary color
Monochromatic Colors of #12521D
Black with #12521D
Text Example
Text Example
White with #12521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12521D; }
p { color: rgb(18,82,29); }
H1.HeaderClassName
{
color: #12521D;
}
.AnyTagClassName
{
color: #12521D;
}
</style>
background-color css
<style>
a { background-color: #12521D; }
a { background-color: rgb(18,82,29); }
div.DivClassName
{
background-color: #12521D;
}
.BgClassName
{
background-color: #12521D;
}
</style>
border-color css
<style>
span { border-color: #12521D; }
span { border-color: rgb(18,82,29); }
td.TdClassName
{
border-color: #12521D;
}
.TagClassName
{
border-color: #12521D;
}
</style>