Shades of Crusoe #04682E
Tints of Crusoe #04682E
RGB
CMYK
RGB Variations
Color information
#04682E (or 0x04682E) is known color: Crusoe. HEX triplet: 04, 68 and 2E. RGB value is (4,104,46). Sum of RGB (Red+Green+Blue) = 4+104+46=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #04682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04682E is #FB97D1. Grayscale: #434343. Windows color (decimal): -16488402 or 3041284. OLE color: 3041284.
HSL color Cylindrical-coordinate representation of color #04682E: hue angle of 145.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04682E is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 46 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.59 |
| HSL | 145.2º | 0.93% | 0.21% | - |
| HSV(B) | 145.2º | 0.96% | 0.41% | - |
| XYZ | 5.49 | 10.12 | 4.25 | - |
| YUV | 67.49 | 115.87 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 46 | 0.96 | 0 | 0.56 | 0.59 | 145.2 | 0.93 | 0.21 |
| Hex | 4 | 68 | 2E | 60 | 0 | 38 | 3B | 91 | 5D | 15 |
| Octal | 4 | 150 | 56 | 140 | 0 | 70 | 73 | 221 | 135 | 25 |
| Binary | 100 | 1101000 | 101110 | 1100000 | 0 | 111000 | 111011 | 10010001 | 1011101 | 10101 |
Color Harmonies of #04682E
Complementary color
Monochromatic Colors of #04682E
Black with #04682E
Text Example
Text Example
White with #04682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04682E; }
p { color: rgb(4,104,46); }
H1.HeaderClassName
{
color: #04682E;
}
.AnyTagClassName
{
color: #04682E;
}
</style>
background-color css
<style>
a { background-color: #04682E; }
a { background-color: rgb(4,104,46); }
div.DivClassName
{
background-color: #04682E;
}
.BgClassName
{
background-color: #04682E;
}
</style>
border-color css
<style>
span { border-color: #04682E; }
span { border-color: rgb(4,104,46); }
td.TdClassName
{
border-color: #04682E;
}
.TagClassName
{
border-color: #04682E;
}
</style>