Shades of Crusoe #095E1B
Tints of Crusoe #095E1B
RGB
CMYK
RGB Variations
Color information
#095E1B (or 0x095E1B) is known color: Crusoe. HEX triplet: 09, 5E and 1B. RGB value is (9,94,27). Sum of RGB (Red+Green+Blue) = 9+94+27=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 94 (37.11% from 255 or 72.31% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 94 - color contains mainly: green. Hex color #095E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095E1B is #F6A1E4. Grayscale: #3D3D3D. Windows color (decimal): -16163301 or 1793545. OLE color: 1793545.
HSL color Cylindrical-coordinate representation of color #095E1B: hue angle of 132.71º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095E1B is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 94 | 27 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.63 |
| HSL | 132.71º | 0.83% | 0.2% | - |
| HSV(B) | 132.71º | 0.9% | 0.37% | - |
| XYZ | 4.31 | 8.14 | 2.38 | - |
| YUV | 60.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 27 | 0.90 | 0 | 0.71 | 0.63 | 132.71 | 0.83 | 0.2 |
| Hex | 9 | 5E | 1B | 5A | 0 | 47 | 3F | 85 | 53 | 14 |
| Octal | 11 | 136 | 33 | 132 | 0 | 107 | 77 | 205 | 123 | 24 |
| Binary | 1001 | 1011110 | 11011 | 1011010 | 0 | 1000111 | 111111 | 10000101 | 1010011 | 10100 |
Color Harmonies of #095E1B
Complementary color
Monochromatic Colors of #095E1B
Black with #095E1B
Text Example
Text Example
White with #095E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E1B; }
p { color: rgb(9,94,27); }
H1.HeaderClassName
{
color: #095E1B;
}
.AnyTagClassName
{
color: #095E1B;
}
</style>
background-color css
<style>
a { background-color: #095E1B; }
a { background-color: rgb(9,94,27); }
div.DivClassName
{
background-color: #095E1B;
}
.BgClassName
{
background-color: #095E1B;
}
</style>
border-color css
<style>
span { border-color: #095E1B; }
span { border-color: rgb(9,94,27); }
td.TdClassName
{
border-color: #095E1B;
}
.TagClassName
{
border-color: #095E1B;
}
</style>