Shades of Crusoe #006225
Tints of Crusoe #006225
RGB
CMYK
RGB Variations
Color information
#006225 (or 0x006225) is known color: Crusoe. HEX triplet: 00, 62 and 25. RGB value is (0,98,37). Sum of RGB (Red+Green+Blue) = 0+98+37=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #006225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006225 is #FF9DDA. Grayscale: #3D3D3D. Windows color (decimal): -16752091 or 2449920. OLE color: 2449920.
HSL color Cylindrical-coordinate representation of color #006225: hue angle of 142.65º 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 #006225 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 98 | 37 | - |
| CMYK | 1 | 0 | 0.62 | 0.62 |
| HSL | 142.65º | 1% | 0.19% | - |
| HSV(B) | 142.65º | 1% | 0.38% | - |
| XYZ | 4.7 | 8.87 | 3.21 | - |
| YUV | 61.74 | 114.03 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 37 | 1 | 0 | 0.62 | 0.62 | 142.65 | 1 | 0.19 |
| Hex | 0 | 62 | 25 | 64 | 0 | 3E | 3E | 8F | 64 | 13 |
| Octal | 0 | 142 | 45 | 144 | 0 | 76 | 76 | 217 | 144 | 23 |
| Binary | 0 | 1100010 | 100101 | 1100100 | 0 | 111110 | 111110 | 10001111 | 1100100 | 10011 |
Color Harmonies of #006225
Complementary color
Monochromatic Colors of #006225
Black with #006225
Text Example
Text Example
White with #006225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006225; }
p { color: rgb(0,98,37); }
H1.HeaderClassName
{
color: #006225;
}
.AnyTagClassName
{
color: #006225;
}
</style>
background-color css
<style>
a { background-color: #006225; }
a { background-color: rgb(0,98,37); }
div.DivClassName
{
background-color: #006225;
}
.BgClassName
{
background-color: #006225;
}
</style>
border-color css
<style>
span { border-color: #006225; }
span { border-color: rgb(0,98,37); }
td.TdClassName
{
border-color: #006225;
}
.TagClassName
{
border-color: #006225;
}
</style>