Shades of Crusoe #095F19
Tints of Crusoe #095F19
RGB
CMYK
RGB Variations
Color information
#095F19 (or 0x095F19) is known color: Crusoe. HEX triplet: 09, 5F and 19. RGB value is (9,95,25). Sum of RGB (Red+Green+Blue) = 9+95+25=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 95 (37.5% from 255 or 73.64% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 95 - color contains mainly: green. Hex color #095F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095F19 is #F6A0E6. Grayscale: #3D3D3D. Windows color (decimal): -16163047 or 1662729. OLE color: 1662729.
HSL color Cylindrical-coordinate representation of color #095F19: hue angle of 131.16º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F19 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 25 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.63 |
| HSL | 131.16º | 0.83% | 0.2% | - |
| HSV(B) | 131.16º | 0.91% | 0.37% | - |
| XYZ | 4.38 | 8.31 | 2.29 | - |
| YUV | 61.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 25 | 0.91 | 0 | 0.74 | 0.63 | 131.16 | 0.83 | 0.2 |
| Hex | 9 | 5F | 19 | 5B | 0 | 4A | 3F | 83 | 53 | 14 |
| Octal | 11 | 137 | 31 | 133 | 0 | 112 | 77 | 203 | 123 | 24 |
| Binary | 1001 | 1011111 | 11001 | 1011011 | 0 | 1001010 | 111111 | 10000011 | 1010011 | 10100 |
Color Harmonies of #095F19
Complementary color
Monochromatic Colors of #095F19
Black with #095F19
Text Example
Text Example
White with #095F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F19; }
p { color: rgb(9,95,25); }
H1.HeaderClassName
{
color: #095F19;
}
.AnyTagClassName
{
color: #095F19;
}
</style>
background-color css
<style>
a { background-color: #095F19; }
a { background-color: rgb(9,95,25); }
div.DivClassName
{
background-color: #095F19;
}
.BgClassName
{
background-color: #095F19;
}
</style>
border-color css
<style>
span { border-color: #095F19; }
span { border-color: rgb(9,95,25); }
td.TdClassName
{
border-color: #095F19;
}
.TagClassName
{
border-color: #095F19;
}
</style>