Shades of Crusoe #18612F
Tints of Crusoe #18612F
RGB
CMYK
RGB Variations
Color information
#18612F (or 0x18612F) is known color: Crusoe. HEX triplet: 18, 61 and 2F. RGB value is (24,97,47). Sum of RGB (Red+Green+Blue) = 24+97+47=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #18612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18612F is #E79ED0. Grayscale: #454545. Windows color (decimal): -15179473 or 3105048. OLE color: 3105048.
HSL color Cylindrical-coordinate representation of color #18612F: hue angle of 138.9º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18612F is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 97 | 47 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.62 |
| HSL | 138.9º | 0.6% | 0.24% | - |
| HSV(B) | 138.9º | 0.75% | 0.38% | - |
| XYZ | 5.16 | 8.95 | 4.14 | - |
| YUV | 69.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 47 | 0.75 | 0 | 0.52 | 0.62 | 138.9 | 0.6 | 0.24 |
| Hex | 18 | 61 | 2F | 4B | 0 | 34 | 3E | 8B | 3C | 18 |
| Octal | 30 | 141 | 57 | 113 | 0 | 64 | 76 | 213 | 74 | 30 |
| Binary | 11000 | 1100001 | 101111 | 1001011 | 0 | 110100 | 111110 | 10001011 | 111100 | 11000 |
Color Harmonies of #18612F
Complementary color
Monochromatic Colors of #18612F
Black with #18612F
Text Example
Text Example
White with #18612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18612F; }
p { color: rgb(24,97,47); }
H1.HeaderClassName
{
color: #18612F;
}
.AnyTagClassName
{
color: #18612F;
}
</style>
background-color css
<style>
a { background-color: #18612F; }
a { background-color: rgb(24,97,47); }
div.DivClassName
{
background-color: #18612F;
}
.BgClassName
{
background-color: #18612F;
}
</style>
border-color css
<style>
span { border-color: #18612F; }
span { border-color: rgb(24,97,47); }
td.TdClassName
{
border-color: #18612F;
}
.TagClassName
{
border-color: #18612F;
}
</style>