Shades of Crusoe #04582C
Tints of Crusoe #04582C
RGB
CMYK
RGB Variations
Color information
#04582C (or 0x04582C) is known color: Crusoe. HEX triplet: 04, 58 and 2C. RGB value is (4,88,44). Sum of RGB (Red+Green+Blue) = 4+88+44=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #04582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04582C is #FBA7D3. Grayscale: #393939. Windows color (decimal): -16492500 or 2906116. OLE color: 2906116.
HSL color Cylindrical-coordinate representation of color #04582C: hue angle of 148.57º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04582C is Cyan = 0.95, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 88 | 44 | - |
| CMYK | 0.95 | 0 | 0.5 | 0.65 |
| HSL | 148.57º | 0.91% | 0.18% | - |
| HSV(B) | 148.57º | 0.95% | 0.35% | - |
| XYZ | 3.99 | 7.19 | 3.56 | - |
| YUV | 57.87 | 120.17 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 44 | 0.95 | 0 | 0.5 | 0.65 | 148.57 | 0.91 | 0.18 |
| Hex | 4 | 58 | 2C | 5F | 0 | 32 | 41 | 95 | 5B | 12 |
| Octal | 4 | 130 | 54 | 137 | 0 | 62 | 101 | 225 | 133 | 22 |
| Binary | 100 | 1011000 | 101100 | 1011111 | 0 | 110010 | 1000001 | 10010101 | 1011011 | 10010 |
Color Harmonies of #04582C
Complementary color
Monochromatic Colors of #04582C
Black with #04582C
Text Example
Text Example
White with #04582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04582C; }
p { color: rgb(4,88,44); }
H1.HeaderClassName
{
color: #04582C;
}
.AnyTagClassName
{
color: #04582C;
}
</style>
background-color css
<style>
a { background-color: #04582C; }
a { background-color: rgb(4,88,44); }
div.DivClassName
{
background-color: #04582C;
}
.BgClassName
{
background-color: #04582C;
}
</style>
border-color css
<style>
span { border-color: #04582C; }
span { border-color: rgb(4,88,44); }
td.TdClassName
{
border-color: #04582C;
}
.TagClassName
{
border-color: #04582C;
}
</style>