Shades of Crusoe #12582B
Tints of Crusoe #12582B
RGB
CMYK
RGB Variations
Color information
#12582B (or 0x12582B) is known color: Crusoe. HEX triplet: 12, 58 and 2B. RGB value is (18,88,43). Sum of RGB (Red+Green+Blue) = 18+88+43=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #12582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12582B is #EDA7D4. Grayscale: #3E3E3E. Windows color (decimal): -15574997 or 2840594. OLE color: 2840594.
HSL color Cylindrical-coordinate representation of color #12582B: hue angle of 141.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12582B is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
RGB | 18 | 88 | 43 | - |
CMYK | 0.80 | 0 | 0.51 | 0.65 |
HSL | 141.43º | 0.66% | 0.21% | - |
HSV(B) | 141.43º | 0.8% | 0.35% | - |
XYZ | 4.18 | 7.28 | 3.47 | - |
YUV | 61.94 | 117.31 | 96.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 88 | 43 | 0.80 | 0 | 0.51 | 0.65 | 141.43 | 0.66 | 0.21 |
Hex | 12 | 58 | 2B | 50 | 0 | 33 | 41 | 8D | 42 | 15 |
Octal | 22 | 130 | 53 | 120 | 0 | 63 | 101 | 215 | 102 | 25 |
Binary | 10010 | 1011000 | 101011 | 1010000 | 0 | 110011 | 1000001 | 10001101 | 1000010 | 10101 |
Color Harmonies of #12582B
Complementary color
Monochromatic Colors of #12582B
Black with #12582B
Text Example
Text Example
White with #12582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12582B; }
p { color: rgb(18,88,43); }
H1.HeaderClassName
{
color: #12582B;
}
.AnyTagClassName
{
color: #12582B;
}
</style>
background-color css
<style>
a { background-color: #12582B; }
a { background-color: rgb(18,88,43); }
div.DivClassName
{
background-color: #12582B;
}
.BgClassName
{
background-color: #12582B;
}
</style>
border-color css
<style>
span { border-color: #12582B; }
span { border-color: rgb(18,88,43); }
td.TdClassName
{
border-color: #12582B;
}
.TagClassName
{
border-color: #12582B;
}
</style>