Shades of Crusoe #04682F
Tints of Crusoe #04682F
RGB
CMYK
RGB Variations
Color information
#04682F (or 0x04682F) is known color: Crusoe. HEX triplet: 04, 68 and 2F. RGB value is (4,104,47). Sum of RGB (Red+Green+Blue) = 4+104+47=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #04682F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04682F is #FB97D0. Grayscale: #434343. Windows color (decimal): -16488401 or 3106820. OLE color: 3106820.
HSL color Cylindrical-coordinate representation of color #04682F: hue angle of 145.8º 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 #04682F is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 47 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.59 |
| HSL | 145.8º | 0.93% | 0.21% | - |
| HSV(B) | 145.8º | 0.96% | 0.41% | - |
| XYZ | 5.51 | 10.13 | 4.35 | - |
| YUV | 67.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 47 | 0.96 | 0 | 0.55 | 0.59 | 145.8 | 0.93 | 0.21 |
| Hex | 4 | 68 | 2F | 60 | 0 | 37 | 3B | 92 | 5D | 15 |
| Octal | 4 | 150 | 57 | 140 | 0 | 67 | 73 | 222 | 135 | 25 |
| Binary | 100 | 1101000 | 101111 | 1100000 | 0 | 110111 | 111011 | 10010010 | 1011101 | 10101 |
Color Harmonies of #04682F
Complementary color
Monochromatic Colors of #04682F
Black with #04682F
Text Example
Text Example
White with #04682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04682F; }
p { color: rgb(4,104,47); }
H1.HeaderClassName
{
color: #04682F;
}
.AnyTagClassName
{
color: #04682F;
}
</style>
background-color css
<style>
a { background-color: #04682F; }
a { background-color: rgb(4,104,47); }
div.DivClassName
{
background-color: #04682F;
}
.BgClassName
{
background-color: #04682F;
}
</style>
border-color css
<style>
span { border-color: #04682F; }
span { border-color: rgb(4,104,47); }
td.TdClassName
{
border-color: #04682F;
}
.TagClassName
{
border-color: #04682F;
}
</style>