Shades of Crusoe #1B532A
Tints of Crusoe #1B532A
RGB
CMYK
RGB Variations
Color information
#1B532A (or 0x1B532A) is known color: Crusoe. HEX triplet: 1B, 53 and 2A. RGB value is (27,83,42). Sum of RGB (Red+Green+Blue) = 27+83+42=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #1B532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B532A is #E4ACD5. Grayscale: #3D3D3D. Windows color (decimal): -14986454 or 2773787. OLE color: 2773787.
HSL color Cylindrical-coordinate representation of color #1B532A: hue angle of 136.07º 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 #1B532A is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 42 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.67 |
| HSL | 136.07º | 0.51% | 0.22% | - |
| HSV(B) | 136.07º | 0.67% | 0.33% | - |
| XYZ | 3.96 | 6.59 | 3.25 | - |
| YUV | 61.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 42 | 0.67 | 0 | 0.49 | 0.67 | 136.07 | 0.51 | 0.22 |
| Hex | 1B | 53 | 2A | 43 | 0 | 31 | 43 | 88 | 33 | 16 |
| Octal | 33 | 123 | 52 | 103 | 0 | 61 | 103 | 210 | 63 | 26 |
| Binary | 11011 | 1010011 | 101010 | 1000011 | 0 | 110001 | 1000011 | 10001000 | 110011 | 10110 |
Color Harmonies of #1B532A
Complementary color
Monochromatic Colors of #1B532A
Black with #1B532A
Text Example
Text Example
White with #1B532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B532A; }
p { color: rgb(27,83,42); }
H1.HeaderClassName
{
color: #1B532A;
}
.AnyTagClassName
{
color: #1B532A;
}
</style>
background-color css
<style>
a { background-color: #1B532A; }
a { background-color: rgb(27,83,42); }
div.DivClassName
{
background-color: #1B532A;
}
.BgClassName
{
background-color: #1B532A;
}
</style>
border-color css
<style>
span { border-color: #1B532A; }
span { border-color: rgb(27,83,42); }
td.TdClassName
{
border-color: #1B532A;
}
.TagClassName
{
border-color: #1B532A;
}
</style>