Shades of Crusoe #056724
Tints of Crusoe #056724
RGB
CMYK
RGB Variations
Color information
#056724 (or 0x056724) is known color: Crusoe. HEX triplet: 05, 67 and 24. RGB value is (5,103,36). Sum of RGB (Red+Green+Blue) = 5+103+36=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 103 (40.62% from 255 or 71.53% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 103 - color contains mainly: green. Hex color #056724 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056724 is #FA98DB. Grayscale: #424242. Windows color (decimal): -16423132 or 2385669. OLE color: 2385669.
HSL color Cylindrical-coordinate representation of color #056724: hue angle of 138.98º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056724 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 103 | 36 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.60 |
| HSL | 138.98º | 0.91% | 0.21% | - |
| HSV(B) | 138.98º | 0.95% | 0.4% | - |
| XYZ | 5.23 | 9.86 | 3.3 | - |
| YUV | 66.06 | 111.03 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 36 | 0.95 | 0 | 0.65 | 0.60 | 138.98 | 0.91 | 0.21 |
| Hex | 5 | 67 | 24 | 5F | 0 | 41 | 3C | 8B | 5B | 15 |
| Octal | 5 | 147 | 44 | 137 | 0 | 101 | 74 | 213 | 133 | 25 |
| Binary | 101 | 1100111 | 100100 | 1011111 | 0 | 1000001 | 111100 | 10001011 | 1011011 | 10101 |
Color Harmonies of #056724
Complementary color
Monochromatic Colors of #056724
Black with #056724
Text Example
Text Example
White with #056724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056724; }
p { color: rgb(5,103,36); }
H1.HeaderClassName
{
color: #056724;
}
.AnyTagClassName
{
color: #056724;
}
</style>
background-color css
<style>
a { background-color: #056724; }
a { background-color: rgb(5,103,36); }
div.DivClassName
{
background-color: #056724;
}
.BgClassName
{
background-color: #056724;
}
</style>
border-color css
<style>
span { border-color: #056724; }
span { border-color: rgb(5,103,36); }
td.TdClassName
{
border-color: #056724;
}
.TagClassName
{
border-color: #056724;
}
</style>