Shades of Crusoe #056B25
Tints of Crusoe #056B25
RGB
CMYK
RGB Variations
Color information
#056B25 (or 0x056B25) is known color: Crusoe. HEX triplet: 05, 6B and 25. RGB value is (5,107,37). Sum of RGB (Red+Green+Blue) = 5+107+37=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 107 (42.19% from 255 or 71.81% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 107 - color contains mainly: green. Hex color #056B25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B25 is #FA94DA. Grayscale: #444444. Windows color (decimal): -16422107 or 2452229. OLE color: 2452229.
HSL color Cylindrical-coordinate representation of color #056B25: hue angle of 138.82º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B25 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 37 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.58 |
| HSL | 138.82º | 0.91% | 0.22% | - |
| HSV(B) | 138.82º | 0.95% | 0.42% | - |
| XYZ | 5.65 | 10.68 | 3.51 | - |
| YUV | 68.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 37 | 0.95 | 0 | 0.65 | 0.58 | 138.82 | 0.91 | 0.22 |
| Hex | 5 | 6B | 25 | 5F | 0 | 41 | 3A | 8B | 5B | 16 |
| Octal | 5 | 153 | 45 | 137 | 0 | 101 | 72 | 213 | 133 | 26 |
| Binary | 101 | 1101011 | 100101 | 1011111 | 0 | 1000001 | 111010 | 10001011 | 1011011 | 10110 |
Color Harmonies of #056B25
Complementary color
Monochromatic Colors of #056B25
Black with #056B25
Text Example
Text Example
White with #056B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B25; }
p { color: rgb(5,107,37); }
H1.HeaderClassName
{
color: #056B25;
}
.AnyTagClassName
{
color: #056B25;
}
</style>
background-color css
<style>
a { background-color: #056B25; }
a { background-color: rgb(5,107,37); }
div.DivClassName
{
background-color: #056B25;
}
.BgClassName
{
background-color: #056B25;
}
</style>
border-color css
<style>
span { border-color: #056B25; }
span { border-color: rgb(5,107,37); }
td.TdClassName
{
border-color: #056B25;
}
.TagClassName
{
border-color: #056B25;
}
</style>