Shades of Crusoe #1B542A
Tints of Crusoe #1B542A
RGB
CMYK
RGB Variations
Color information
#1B542A (or 0x1B542A) is known color: Crusoe. HEX triplet: 1B, 54 and 2A. RGB value is (27,84,42). Sum of RGB (Red+Green+Blue) = 27+84+42=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #1B542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B542A is #E4ABD5. Grayscale: #3E3E3E. Windows color (decimal): -14986198 or 2774043. OLE color: 2774043.
HSL color Cylindrical-coordinate representation of color #1B542A: hue angle of 135.79º 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 #1B542A is Cyan = 0.68, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 84 | 42 | - |
| CMYK | 0.68 | 0 | 0.5 | 0.67 |
| HSL | 135.79º | 0.51% | 0.22% | - |
| HSV(B) | 135.79º | 0.68% | 0.33% | - |
| XYZ | 4.04 | 6.74 | 3.28 | - |
| YUV | 62.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 42 | 0.68 | 0 | 0.5 | 0.67 | 135.79 | 0.51 | 0.22 |
| Hex | 1B | 54 | 2A | 44 | 0 | 32 | 43 | 88 | 33 | 16 |
| Octal | 33 | 124 | 52 | 104 | 0 | 62 | 103 | 210 | 63 | 26 |
| Binary | 11011 | 1010100 | 101010 | 1000100 | 0 | 110010 | 1000011 | 10001000 | 110011 | 10110 |
Color Harmonies of #1B542A
Complementary color
Monochromatic Colors of #1B542A
Black with #1B542A
Text Example
Text Example
White with #1B542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B542A; }
p { color: rgb(27,84,42); }
H1.HeaderClassName
{
color: #1B542A;
}
.AnyTagClassName
{
color: #1B542A;
}
</style>
background-color css
<style>
a { background-color: #1B542A; }
a { background-color: rgb(27,84,42); }
div.DivClassName
{
background-color: #1B542A;
}
.BgClassName
{
background-color: #1B542A;
}
</style>
border-color css
<style>
span { border-color: #1B542A; }
span { border-color: rgb(27,84,42); }
td.TdClassName
{
border-color: #1B542A;
}
.TagClassName
{
border-color: #1B542A;
}
</style>