Shades of Crusoe #1A5B2C
Tints of Crusoe #1A5B2C
RGB
CMYK
RGB Variations
Color information
#1A5B2C (or 0x1A5B2C) is known color: Crusoe. HEX triplet: 1A, 5B and 2C. RGB value is (26,91,44). Sum of RGB (Red+Green+Blue) = 26+91+44=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 91 (35.94% from 255 or 56.52% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 91 - color contains mainly: green. Hex color #1A5B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5B2C is #E5A4D3. Grayscale: #424242. Windows color (decimal): -15049940 or 2906906. OLE color: 2906906.
HSL color Cylindrical-coordinate representation of color #1A5B2C: hue angle of 136.62º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A5B2C is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 91 | 44 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.64 |
| HSL | 136.62º | 0.56% | 0.23% | - |
| HSV(B) | 136.62º | 0.71% | 0.36% | - |
| XYZ | 4.62 | 7.88 | 3.66 | - |
| YUV | 66.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 44 | 0.71 | 0 | 0.52 | 0.64 | 136.62 | 0.56 | 0.23 |
| Hex | 1A | 5B | 2C | 47 | 0 | 34 | 40 | 89 | 38 | 17 |
| Octal | 32 | 133 | 54 | 107 | 0 | 64 | 100 | 211 | 70 | 27 |
| Binary | 11010 | 1011011 | 101100 | 1000111 | 0 | 110100 | 1000000 | 10001001 | 111000 | 10111 |
Color Harmonies of #1A5B2C
Complementary color
Monochromatic Colors of #1A5B2C
Black with #1A5B2C
Text Example
Text Example
White with #1A5B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5B2C; }
p { color: rgb(26,91,44); }
H1.HeaderClassName
{
color: #1A5B2C;
}
.AnyTagClassName
{
color: #1A5B2C;
}
</style>
background-color css
<style>
a { background-color: #1A5B2C; }
a { background-color: rgb(26,91,44); }
div.DivClassName
{
background-color: #1A5B2C;
}
.BgClassName
{
background-color: #1A5B2C;
}
</style>
border-color css
<style>
span { border-color: #1A5B2C; }
span { border-color: rgb(26,91,44); }
td.TdClassName
{
border-color: #1A5B2C;
}
.TagClassName
{
border-color: #1A5B2C;
}
</style>