Shades of Crusoe #006025
Tints of Crusoe #006025
RGB
CMYK
RGB Variations
Color information
#006025 (or 0x006025) is known color: Crusoe. HEX triplet: 00, 60 and 25. RGB value is (0,96,37). Sum of RGB (Red+Green+Blue) = 0+96+37=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #006025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006025 is #FF9FDA. Grayscale: #3C3C3C. Windows color (decimal): -16752603 or 2449408. OLE color: 2449408.
HSL color Cylindrical-coordinate representation of color #006025: hue angle of 143.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006025 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 96 | 37 | - |
| CMYK | 1 | 0 | 0.61 | 0.62 |
| HSL | 143.13º | 1% | 0.19% | - |
| HSV(B) | 143.13º | 1% | 0.38% | - |
| XYZ | 4.52 | 8.5 | 3.15 | - |
| YUV | 60.57 | 114.7 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 37 | 1 | 0 | 0.61 | 0.62 | 143.13 | 1 | 0.19 |
| Hex | 0 | 60 | 25 | 64 | 0 | 3D | 3E | 8F | 64 | 13 |
| Octal | 0 | 140 | 45 | 144 | 0 | 75 | 76 | 217 | 144 | 23 |
| Binary | 0 | 1100000 | 100101 | 1100100 | 0 | 111101 | 111110 | 10001111 | 1100100 | 10011 |
Color Harmonies of #006025
Complementary color
Monochromatic Colors of #006025
Black with #006025
Text Example
Text Example
White with #006025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006025; }
p { color: rgb(0,96,37); }
H1.HeaderClassName
{
color: #006025;
}
.AnyTagClassName
{
color: #006025;
}
</style>
background-color css
<style>
a { background-color: #006025; }
a { background-color: rgb(0,96,37); }
div.DivClassName
{
background-color: #006025;
}
.BgClassName
{
background-color: #006025;
}
</style>
border-color css
<style>
span { border-color: #006025; }
span { border-color: rgb(0,96,37); }
td.TdClassName
{
border-color: #006025;
}
.TagClassName
{
border-color: #006025;
}
</style>