Shades of Crusoe #1A622C
Tints of Crusoe #1A622C
RGB
CMYK
RGB Variations
Color information
#1A622C (or 0x1A622C) is known color: Crusoe. HEX triplet: 1A, 62 and 2C. RGB value is (26,98,44). Sum of RGB (Red+Green+Blue) = 26+98+44=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #1A622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A622C is #E59DD3. Grayscale: #464646. Windows color (decimal): -15048148 or 2908698. OLE color: 2908698.
HSL color Cylindrical-coordinate representation of color #1A622C: hue angle of 135º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A622C is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 98 | 44 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.62 |
| HSL | 135º | 0.58% | 0.24% | - |
| HSV(B) | 135º | 0.73% | 0.38% | - |
| XYZ | 5.25 | 9.14 | 3.87 | - |
| YUV | 70.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 44 | 0.73 | 0 | 0.55 | 0.62 | 135 | 0.58 | 0.24 |
| Hex | 1A | 62 | 2C | 49 | 0 | 37 | 3E | 87 | 3A | 18 |
| Octal | 32 | 142 | 54 | 111 | 0 | 67 | 76 | 207 | 72 | 30 |
| Binary | 11010 | 1100010 | 101100 | 1001001 | 0 | 110111 | 111110 | 10000111 | 111010 | 11000 |
Color Harmonies of #1A622C
Complementary color
Monochromatic Colors of #1A622C
Black with #1A622C
Text Example
Text Example
White with #1A622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A622C; }
p { color: rgb(26,98,44); }
H1.HeaderClassName
{
color: #1A622C;
}
.AnyTagClassName
{
color: #1A622C;
}
</style>
background-color css
<style>
a { background-color: #1A622C; }
a { background-color: rgb(26,98,44); }
div.DivClassName
{
background-color: #1A622C;
}
.BgClassName
{
background-color: #1A622C;
}
</style>
border-color css
<style>
span { border-color: #1A622C; }
span { border-color: rgb(26,98,44); }
td.TdClassName
{
border-color: #1A622C;
}
.TagClassName
{
border-color: #1A622C;
}
</style>