Shades of Crusoe #1B5432
Tints of Crusoe #1B5432
RGB
CMYK
RGB Variations
Color information
#1B5432 (or 0x1B5432) is known color: Crusoe. HEX triplet: 1B, 54 and 32. RGB value is (27,84,50). Sum of RGB (Red+Green+Blue) = 27+84+50=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #1B5432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5432 is #E4ABCD. Grayscale: #3F3F3F. Windows color (decimal): -14986190 or 3298331. OLE color: 3298331.
HSL color Cylindrical-coordinate representation of color #1B5432: hue angle of 144.21º 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 #1B5432 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 84 | 50 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.67 |
| HSL | 144.21º | 0.51% | 0.22% | - |
| HSV(B) | 144.21º | 0.68% | 0.33% | - |
| XYZ | 4.2 | 6.8 | 4.11 | - |
| YUV | 63.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 50 | 0.68 | 0 | 0.40 | 0.67 | 144.21 | 0.51 | 0.22 |
| Hex | 1B | 54 | 32 | 44 | 0 | 28 | 43 | 90 | 33 | 16 |
| Octal | 33 | 124 | 62 | 104 | 0 | 50 | 103 | 220 | 63 | 26 |
| Binary | 11011 | 1010100 | 110010 | 1000100 | 0 | 101000 | 1000011 | 10010000 | 110011 | 10110 |
Color Harmonies of #1B5432
Complementary color
Monochromatic Colors of #1B5432
Black with #1B5432
Text Example
Text Example
White with #1B5432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5432; }
p { color: rgb(27,84,50); }
H1.HeaderClassName
{
color: #1B5432;
}
.AnyTagClassName
{
color: #1B5432;
}
</style>
background-color css
<style>
a { background-color: #1B5432; }
a { background-color: rgb(27,84,50); }
div.DivClassName
{
background-color: #1B5432;
}
.BgClassName
{
background-color: #1B5432;
}
</style>
border-color css
<style>
span { border-color: #1B5432; }
span { border-color: rgb(27,84,50); }
td.TdClassName
{
border-color: #1B5432;
}
.TagClassName
{
border-color: #1B5432;
}
</style>