Shades of Crusoe #04561A
Tints of Crusoe #04561A
RGB
CMYK
RGB Variations
Color information
#04561A (or 0x04561A) is known color: Crusoe. HEX triplet: 04, 56 and 1A. RGB value is (4,86,26). Sum of RGB (Red+Green+Blue) = 4+86+26=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 86 (33.98% from 255 or 74.14% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 86 - color contains mainly: green. Hex color #04561A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04561A is #FBA9E5. Grayscale: #363636. Windows color (decimal): -16493030 or 1725956. OLE color: 1725956.
HSL color Cylindrical-coordinate representation of color #04561A: hue angle of 136.1º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04561A is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 86 | 26 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.66 |
| HSL | 136.1º | 0.91% | 0.18% | - |
| HSV(B) | 136.1º | 0.95% | 0.34% | - |
| XYZ | 3.56 | 6.76 | 2.09 | - |
| YUV | 54.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 26 | 0.95 | 0 | 0.70 | 0.66 | 136.1 | 0.91 | 0.18 |
| Hex | 4 | 56 | 1A | 5F | 0 | 46 | 42 | 88 | 5B | 12 |
| Octal | 4 | 126 | 32 | 137 | 0 | 106 | 102 | 210 | 133 | 22 |
| Binary | 100 | 1010110 | 11010 | 1011111 | 0 | 1000110 | 1000010 | 10001000 | 1011011 | 10010 |
Color Harmonies of #04561A
Complementary color
Monochromatic Colors of #04561A
Black with #04561A
Text Example
Text Example
White with #04561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04561A; }
p { color: rgb(4,86,26); }
H1.HeaderClassName
{
color: #04561A;
}
.AnyTagClassName
{
color: #04561A;
}
</style>
background-color css
<style>
a { background-color: #04561A; }
a { background-color: rgb(4,86,26); }
div.DivClassName
{
background-color: #04561A;
}
.BgClassName
{
background-color: #04561A;
}
</style>
border-color css
<style>
span { border-color: #04561A; }
span { border-color: rgb(4,86,26); }
td.TdClassName
{
border-color: #04561A;
}
.TagClassName
{
border-color: #04561A;
}
</style>