Shades of Crusoe #1A5B33
Tints of Crusoe #1A5B33
RGB
CMYK
RGB Variations
Color information
#1A5B33 (or 0x1A5B33) is known color: Crusoe. HEX triplet: 1A, 5B and 33. RGB value is (26,91,51). Sum of RGB (Red+Green+Blue) = 26+91+51=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #1A5B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5B33 is #E5A4CC. Grayscale: #434343. Windows color (decimal): -15049933 or 3365658. OLE color: 3365658.
HSL color Cylindrical-coordinate representation of color #1A5B33: hue angle of 143.08º 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 #1A5B33 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 91 | 51 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.64 |
| HSL | 143.08º | 0.56% | 0.23% | - |
| HSV(B) | 143.08º | 0.71% | 0.36% | - |
| XYZ | 4.76 | 7.94 | 4.41 | - |
| YUV | 67.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 51 | 0.71 | 0 | 0.44 | 0.64 | 143.08 | 0.56 | 0.23 |
| Hex | 1A | 5B | 33 | 47 | 0 | 2C | 40 | 8F | 38 | 17 |
| Octal | 32 | 133 | 63 | 107 | 0 | 54 | 100 | 217 | 70 | 27 |
| Binary | 11010 | 1011011 | 110011 | 1000111 | 0 | 101100 | 1000000 | 10001111 | 111000 | 10111 |
Color Harmonies of #1A5B33
Complementary color
Monochromatic Colors of #1A5B33
Black with #1A5B33
Text Example
Text Example
White with #1A5B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5B33; }
p { color: rgb(26,91,51); }
H1.HeaderClassName
{
color: #1A5B33;
}
.AnyTagClassName
{
color: #1A5B33;
}
</style>
background-color css
<style>
a { background-color: #1A5B33; }
a { background-color: rgb(26,91,51); }
div.DivClassName
{
background-color: #1A5B33;
}
.BgClassName
{
background-color: #1A5B33;
}
</style>
border-color css
<style>
span { border-color: #1A5B33; }
span { border-color: rgb(26,91,51); }
td.TdClassName
{
border-color: #1A5B33;
}
.TagClassName
{
border-color: #1A5B33;
}
</style>