Shades of Crusoe #1A5C33
Tints of Crusoe #1A5C33
RGB
CMYK
RGB Variations
Color information
#1A5C33 (or 0x1A5C33) is known color: Crusoe. HEX triplet: 1A, 5C and 33. RGB value is (26,92,51). Sum of RGB (Red+Green+Blue) = 26+92+51=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #1A5C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5C33 is #E5A3CC. Grayscale: #434343. Windows color (decimal): -15049677 or 3365914. OLE color: 3365914.
HSL color Cylindrical-coordinate representation of color #1A5C33: hue angle of 142.73º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5C33 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 92 | 51 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.64 |
| HSL | 142.73º | 0.56% | 0.23% | - |
| HSV(B) | 142.73º | 0.72% | 0.36% | - |
| XYZ | 4.85 | 8.11 | 4.44 | - |
| YUV | 67.59 | 118.63 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 92 | 51 | 0.72 | 0 | 0.45 | 0.64 | 142.73 | 0.56 | 0.23 |
| Hex | 1A | 5C | 33 | 48 | 0 | 2D | 40 | 8F | 38 | 17 |
| Octal | 32 | 134 | 63 | 110 | 0 | 55 | 100 | 217 | 70 | 27 |
| Binary | 11010 | 1011100 | 110011 | 1001000 | 0 | 101101 | 1000000 | 10001111 | 111000 | 10111 |
Color Harmonies of #1A5C33
Complementary color
Monochromatic Colors of #1A5C33
Black with #1A5C33
Text Example
Text Example
White with #1A5C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5C33; }
p { color: rgb(26,92,51); }
H1.HeaderClassName
{
color: #1A5C33;
}
.AnyTagClassName
{
color: #1A5C33;
}
</style>
background-color css
<style>
a { background-color: #1A5C33; }
a { background-color: rgb(26,92,51); }
div.DivClassName
{
background-color: #1A5C33;
}
.BgClassName
{
background-color: #1A5C33;
}
</style>
border-color css
<style>
span { border-color: #1A5C33; }
span { border-color: rgb(26,92,51); }
td.TdClassName
{
border-color: #1A5C33;
}
.TagClassName
{
border-color: #1A5C33;
}
</style>