Shades of Crusoe #1B5B23
Tints of Crusoe #1B5B23
RGB
CMYK
RGB Variations
Color information
#1B5B23 (or 0x1B5B23) is known color: Crusoe. HEX triplet: 1B, 5B and 23. RGB value is (27,91,35). Sum of RGB (Red+Green+Blue) = 27+91+35=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #1B5B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5B23 is #E4A4DC. Grayscale: #414141. Windows color (decimal): -14984413 or 2317083. OLE color: 2317083.
HSL color Cylindrical-coordinate representation of color #1B5B23: hue angle of 127.5º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5B23 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 91 | 35 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.64 |
| HSL | 127.5º | 0.54% | 0.23% | - |
| HSV(B) | 127.5º | 0.7% | 0.36% | - |
| XYZ | 4.5 | 7.84 | 2.87 | - |
| YUV | 65.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 35 | 0.70 | 0 | 0.62 | 0.64 | 127.5 | 0.54 | 0.23 |
| Hex | 1B | 5B | 23 | 46 | 0 | 3E | 40 | 80 | 36 | 17 |
| Octal | 33 | 133 | 43 | 106 | 0 | 76 | 100 | 200 | 66 | 27 |
| Binary | 11011 | 1011011 | 100011 | 1000110 | 0 | 111110 | 1000000 | 10000000 | 110110 | 10111 |
Color Harmonies of #1B5B23
Complementary color
Monochromatic Colors of #1B5B23
Black with #1B5B23
Text Example
Text Example
White with #1B5B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5B23; }
p { color: rgb(27,91,35); }
H1.HeaderClassName
{
color: #1B5B23;
}
.AnyTagClassName
{
color: #1B5B23;
}
</style>
background-color css
<style>
a { background-color: #1B5B23; }
a { background-color: rgb(27,91,35); }
div.DivClassName
{
background-color: #1B5B23;
}
.BgClassName
{
background-color: #1B5B23;
}
</style>
border-color css
<style>
span { border-color: #1B5B23; }
span { border-color: rgb(27,91,35); }
td.TdClassName
{
border-color: #1B5B23;
}
.TagClassName
{
border-color: #1B5B23;
}
</style>