Shades of Crusoe #1B532D
Tints of Crusoe #1B532D
RGB
CMYK
RGB Variations
Color information
#1B532D (or 0x1B532D) is known color: Crusoe. HEX triplet: 1B, 53 and 2D. RGB value is (27,83,45). Sum of RGB (Red+Green+Blue) = 27+83+45=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #1B532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B532D is #E4ACD2. Grayscale: #3E3E3E. Windows color (decimal): -14986451 or 2970395. OLE color: 2970395.
HSL color Cylindrical-coordinate representation of color #1B532D: hue angle of 139.29º 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 #1B532D is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 45 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.67 |
| HSL | 139.29º | 0.51% | 0.22% | - |
| HSV(B) | 139.29º | 0.67% | 0.33% | - |
| XYZ | 4.02 | 6.61 | 3.55 | - |
| YUV | 61.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 45 | 0.67 | 0 | 0.46 | 0.67 | 139.29 | 0.51 | 0.22 |
| Hex | 1B | 53 | 2D | 43 | 0 | 2E | 43 | 8B | 33 | 16 |
| Octal | 33 | 123 | 55 | 103 | 0 | 56 | 103 | 213 | 63 | 26 |
| Binary | 11011 | 1010011 | 101101 | 1000011 | 0 | 101110 | 1000011 | 10001011 | 110011 | 10110 |
Color Harmonies of #1B532D
Complementary color
Monochromatic Colors of #1B532D
Black with #1B532D
Text Example
Text Example
White with #1B532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B532D; }
p { color: rgb(27,83,45); }
H1.HeaderClassName
{
color: #1B532D;
}
.AnyTagClassName
{
color: #1B532D;
}
</style>
background-color css
<style>
a { background-color: #1B532D; }
a { background-color: rgb(27,83,45); }
div.DivClassName
{
background-color: #1B532D;
}
.BgClassName
{
background-color: #1B532D;
}
</style>
border-color css
<style>
span { border-color: #1B532D; }
span { border-color: rgb(27,83,45); }
td.TdClassName
{
border-color: #1B532D;
}
.TagClassName
{
border-color: #1B532D;
}
</style>