Shades of Crusoe #1A5D23
Tints of Crusoe #1A5D23
RGB
CMYK
RGB Variations
Color information
#1A5D23 (or 0x1A5D23) is known color: Crusoe. HEX triplet: 1A, 5D and 23. RGB value is (26,93,35). Sum of RGB (Red+Green+Blue) = 26+93+35=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 93 (36.72% from 255 or 60.39% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5D23 is #E5A2DC. Grayscale: #424242. Windows color (decimal): -15049437 or 2317594. OLE color: 2317594.
HSL color Cylindrical-coordinate representation of color #1A5D23: hue angle of 128.06º 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 #1A5D23 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 93 | 35 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.64 |
| HSL | 128.06º | 0.56% | 0.23% | - |
| HSV(B) | 128.06º | 0.72% | 0.36% | - |
| XYZ | 4.64 | 8.17 | 2.92 | - |
| YUV | 66.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 35 | 0.72 | 0 | 0.62 | 0.64 | 128.06 | 0.56 | 0.23 |
| Hex | 1A | 5D | 23 | 48 | 0 | 3E | 40 | 80 | 38 | 17 |
| Octal | 32 | 135 | 43 | 110 | 0 | 76 | 100 | 200 | 70 | 27 |
| Binary | 11010 | 1011101 | 100011 | 1001000 | 0 | 111110 | 1000000 | 10000000 | 111000 | 10111 |
Color Harmonies of #1A5D23
Complementary color
Monochromatic Colors of #1A5D23
Black with #1A5D23
Text Example
Text Example
White with #1A5D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5D23; }
p { color: rgb(26,93,35); }
H1.HeaderClassName
{
color: #1A5D23;
}
.AnyTagClassName
{
color: #1A5D23;
}
</style>
background-color css
<style>
a { background-color: #1A5D23; }
a { background-color: rgb(26,93,35); }
div.DivClassName
{
background-color: #1A5D23;
}
.BgClassName
{
background-color: #1A5D23;
}
</style>
border-color css
<style>
span { border-color: #1A5D23; }
span { border-color: rgb(26,93,35); }
td.TdClassName
{
border-color: #1A5D23;
}
.TagClassName
{
border-color: #1A5D23;
}
</style>