Shades of Crusoe #1A552F
Tints of Crusoe #1A552F
RGB
CMYK
RGB Variations
Color information
#1A552F (or 0x1A552F) is known color: Crusoe. HEX triplet: 1A, 55 and 2F. RGB value is (26,85,47). Sum of RGB (Red+Green+Blue) = 26+85+47=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #1A552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A552F is #E5AAD0. Grayscale: #3F3F3F. Windows color (decimal): -15051473 or 3101978. OLE color: 3101978.
HSL color Cylindrical-coordinate representation of color #1A552F: hue angle of 141.36º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A552F is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 47 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.67 |
| HSL | 141.36º | 0.53% | 0.22% | - |
| HSV(B) | 141.36º | 0.69% | 0.33% | - |
| XYZ | 4.19 | 6.92 | 3.8 | - |
| YUV | 63.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 47 | 0.69 | 0 | 0.45 | 0.67 | 141.36 | 0.53 | 0.22 |
| Hex | 1A | 55 | 2F | 45 | 0 | 2D | 43 | 8D | 35 | 16 |
| Octal | 32 | 125 | 57 | 105 | 0 | 55 | 103 | 215 | 65 | 26 |
| Binary | 11010 | 1010101 | 101111 | 1000101 | 0 | 101101 | 1000011 | 10001101 | 110101 | 10110 |
Color Harmonies of #1A552F
Complementary color
Monochromatic Colors of #1A552F
Black with #1A552F
Text Example
Text Example
White with #1A552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A552F; }
p { color: rgb(26,85,47); }
H1.HeaderClassName
{
color: #1A552F;
}
.AnyTagClassName
{
color: #1A552F;
}
</style>
background-color css
<style>
a { background-color: #1A552F; }
a { background-color: rgb(26,85,47); }
div.DivClassName
{
background-color: #1A552F;
}
.BgClassName
{
background-color: #1A552F;
}
</style>
border-color css
<style>
span { border-color: #1A552F; }
span { border-color: rgb(26,85,47); }
td.TdClassName
{
border-color: #1A552F;
}
.TagClassName
{
border-color: #1A552F;
}
</style>