Shades of Crusoe #095D25
Tints of Crusoe #095D25
RGB
CMYK
RGB Variations
Color information
#095D25 (or 0x095D25) is known color: Crusoe. HEX triplet: 09, 5D and 25. RGB value is (9,93,37). Sum of RGB (Red+Green+Blue) = 9+93+37=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 93 (36.72% from 255 or 66.91% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 93 - color contains mainly: green. Hex color #095D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D25 is #F6A2DA. Grayscale: #3D3D3D. Windows color (decimal): -16163547 or 2448649. OLE color: 2448649.
HSL color Cylindrical-coordinate representation of color #095D25: hue angle of 140º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D25 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 37 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.64 |
| HSL | 140º | 0.82% | 0.2% | - |
| HSV(B) | 140º | 0.9% | 0.36% | - |
| XYZ | 4.36 | 8.02 | 3.07 | - |
| YUV | 61.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 37 | 0.90 | 0 | 0.60 | 0.64 | 140 | 0.82 | 0.2 |
| Hex | 9 | 5D | 25 | 5A | 0 | 3C | 40 | 8C | 52 | 14 |
| Octal | 11 | 135 | 45 | 132 | 0 | 74 | 100 | 214 | 122 | 24 |
| Binary | 1001 | 1011101 | 100101 | 1011010 | 0 | 111100 | 1000000 | 10001100 | 1010010 | 10100 |
Color Harmonies of #095D25
Complementary color
Monochromatic Colors of #095D25
Black with #095D25
Text Example
Text Example
White with #095D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D25; }
p { color: rgb(9,93,37); }
H1.HeaderClassName
{
color: #095D25;
}
.AnyTagClassName
{
color: #095D25;
}
</style>
background-color css
<style>
a { background-color: #095D25; }
a { background-color: rgb(9,93,37); }
div.DivClassName
{
background-color: #095D25;
}
.BgClassName
{
background-color: #095D25;
}
</style>
border-color css
<style>
span { border-color: #095D25; }
span { border-color: rgb(9,93,37); }
td.TdClassName
{
border-color: #095D25;
}
.TagClassName
{
border-color: #095D25;
}
</style>