Shades of Crusoe #04692D
Tints of Crusoe #04692D
RGB
CMYK
RGB Variations
Color information
#04692D (or 0x04692D) is known color: Crusoe. HEX triplet: 04, 69 and 2D. RGB value is (4,105,45). Sum of RGB (Red+Green+Blue) = 4+105+45=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #04692D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04692D is #FB96D2. Grayscale: #444444. Windows color (decimal): -16488147 or 2976004. OLE color: 2976004.
HSL color Cylindrical-coordinate representation of color #04692D: hue angle of 144.36º 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 #04692D is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 105 | 45 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.59 |
| HSL | 144.36º | 0.93% | 0.21% | - |
| HSV(B) | 144.36º | 0.96% | 0.41% | - |
| XYZ | 5.58 | 10.32 | 4.18 | - |
| YUV | 67.96 | 115.04 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 45 | 0.96 | 0 | 0.57 | 0.59 | 144.36 | 0.93 | 0.21 |
| Hex | 4 | 69 | 2D | 60 | 0 | 39 | 3B | 90 | 5D | 15 |
| Octal | 4 | 151 | 55 | 140 | 0 | 71 | 73 | 220 | 135 | 25 |
| Binary | 100 | 1101001 | 101101 | 1100000 | 0 | 111001 | 111011 | 10010000 | 1011101 | 10101 |
Color Harmonies of #04692D
Complementary color
Monochromatic Colors of #04692D
Black with #04692D
Text Example
Text Example
White with #04692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04692D; }
p { color: rgb(4,105,45); }
H1.HeaderClassName
{
color: #04692D;
}
.AnyTagClassName
{
color: #04692D;
}
</style>
background-color css
<style>
a { background-color: #04692D; }
a { background-color: rgb(4,105,45); }
div.DivClassName
{
background-color: #04692D;
}
.BgClassName
{
background-color: #04692D;
}
</style>
border-color css
<style>
span { border-color: #04692D; }
span { border-color: rgb(4,105,45); }
td.TdClassName
{
border-color: #04692D;
}
.TagClassName
{
border-color: #04692D;
}
</style>