Shades of Crusoe #1B5426
Tints of Crusoe #1B5426
RGB
CMYK
RGB Variations
Color information
#1B5426 (or 0x1B5426) is known color: Crusoe. HEX triplet: 1B, 54 and 26. RGB value is (27,84,38). Sum of RGB (Red+Green+Blue) = 27+84+38=149 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.12% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #1B5426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5426 is #E4ABD9. Grayscale: #3D3D3D. Windows color (decimal): -14986202 or 2511899. OLE color: 2511899.
HSL color Cylindrical-coordinate representation of color #1B5426: hue angle of 131.58º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5426 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 84 | 38 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.67 |
| HSL | 131.58º | 0.51% | 0.22% | - |
| HSV(B) | 131.58º | 0.68% | 0.33% | - |
| XYZ | 3.97 | 6.71 | 2.92 | - |
| YUV | 61.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 38 | 0.68 | 0 | 0.55 | 0.67 | 131.58 | 0.51 | 0.22 |
| Hex | 1B | 54 | 26 | 44 | 0 | 37 | 43 | 84 | 33 | 16 |
| Octal | 33 | 124 | 46 | 104 | 0 | 67 | 103 | 204 | 63 | 26 |
| Binary | 11011 | 1010100 | 100110 | 1000100 | 0 | 110111 | 1000011 | 10000100 | 110011 | 10110 |
Color Harmonies of #1B5426
Complementary color
Monochromatic Colors of #1B5426
Black with #1B5426
Text Example
Text Example
White with #1B5426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5426; }
p { color: rgb(27,84,38); }
H1.HeaderClassName
{
color: #1B5426;
}
.AnyTagClassName
{
color: #1B5426;
}
</style>
background-color css
<style>
a { background-color: #1B5426; }
a { background-color: rgb(27,84,38); }
div.DivClassName
{
background-color: #1B5426;
}
.BgClassName
{
background-color: #1B5426;
}
</style>
border-color css
<style>
span { border-color: #1B5426; }
span { border-color: rgb(27,84,38); }
td.TdClassName
{
border-color: #1B5426;
}
.TagClassName
{
border-color: #1B5426;
}
</style>