Shades of Crusoe #06582D
Tints of Crusoe #06582D
RGB
CMYK
RGB Variations
Color information
#06582D (or 0x06582D) is known color: Crusoe. HEX triplet: 06, 58 and 2D. RGB value is (6,88,45). Sum of RGB (Red+Green+Blue) = 6+88+45=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #06582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06582D is #F9A7D2. Grayscale: #3A3A3A. Windows color (decimal): -16361427 or 2971654. OLE color: 2971654.
HSL color Cylindrical-coordinate representation of color #06582D: hue angle of 148.54º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06582D is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 88 | 45 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.65 |
| HSL | 148.54º | 0.87% | 0.18% | - |
| HSV(B) | 148.54º | 0.93% | 0.35% | - |
| XYZ | 4.04 | 7.21 | 3.66 | - |
| YUV | 58.58 | 120.33 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 45 | 0.93 | 0 | 0.49 | 0.65 | 148.54 | 0.87 | 0.18 |
| Hex | 6 | 58 | 2D | 5D | 0 | 31 | 41 | 95 | 57 | 12 |
| Octal | 6 | 130 | 55 | 135 | 0 | 61 | 101 | 225 | 127 | 22 |
| Binary | 110 | 1011000 | 101101 | 1011101 | 0 | 110001 | 1000001 | 10010101 | 1010111 | 10010 |
Color Harmonies of #06582D
Complementary color
Monochromatic Colors of #06582D
Black with #06582D
Text Example
Text Example
White with #06582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06582D; }
p { color: rgb(6,88,45); }
H1.HeaderClassName
{
color: #06582D;
}
.AnyTagClassName
{
color: #06582D;
}
</style>
background-color css
<style>
a { background-color: #06582D; }
a { background-color: rgb(6,88,45); }
div.DivClassName
{
background-color: #06582D;
}
.BgClassName
{
background-color: #06582D;
}
</style>
border-color css
<style>
span { border-color: #06582D; }
span { border-color: rgb(6,88,45); }
td.TdClassName
{
border-color: #06582D;
}
.TagClassName
{
border-color: #06582D;
}
</style>