Shades of Crusoe #1B5328
Tints of Crusoe #1B5328
RGB
CMYK
RGB Variations
Color information
#1B5328 (or 0x1B5328) is known color: Crusoe. HEX triplet: 1B, 53 and 28. RGB value is (27,83,40). Sum of RGB (Red+Green+Blue) = 27+83+40=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5328 is #E4ACD7. Grayscale: #3D3D3D. Windows color (decimal): -14986456 or 2642715. OLE color: 2642715.
HSL color Cylindrical-coordinate representation of color #1B5328: hue angle of 133.93º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5328 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 40 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.67 |
| HSL | 133.93º | 0.51% | 0.22% | - |
| HSV(B) | 133.93º | 0.67% | 0.33% | - |
| XYZ | 3.93 | 6.57 | 3.07 | - |
| YUV | 61.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 40 | 0.67 | 0 | 0.52 | 0.67 | 133.93 | 0.51 | 0.22 |
| Hex | 1B | 53 | 28 | 43 | 0 | 34 | 43 | 86 | 33 | 16 |
| Octal | 33 | 123 | 50 | 103 | 0 | 64 | 103 | 206 | 63 | 26 |
| Binary | 11011 | 1010011 | 101000 | 1000011 | 0 | 110100 | 1000011 | 10000110 | 110011 | 10110 |
Color Harmonies of #1B5328
Complementary color
Monochromatic Colors of #1B5328
Black with #1B5328
Text Example
Text Example
White with #1B5328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5328; }
p { color: rgb(27,83,40); }
H1.HeaderClassName
{
color: #1B5328;
}
.AnyTagClassName
{
color: #1B5328;
}
</style>
background-color css
<style>
a { background-color: #1B5328; }
a { background-color: rgb(27,83,40); }
div.DivClassName
{
background-color: #1B5328;
}
.BgClassName
{
background-color: #1B5328;
}
</style>
border-color css
<style>
span { border-color: #1B5328; }
span { border-color: rgb(27,83,40); }
td.TdClassName
{
border-color: #1B5328;
}
.TagClassName
{
border-color: #1B5328;
}
</style>