Shades of Crusoe #0A5B1F
Tints of Crusoe #0A5B1F
RGB
CMYK
RGB Variations
Color information
#0A5B1F (or 0x0A5B1F) is known color: Crusoe. HEX triplet: 0A, 5B and 1F. RGB value is (10,91,31). Sum of RGB (Red+Green+Blue) = 10+91+31=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 91 (35.94% from 255 or 68.94% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 91 - color contains mainly: green. Hex color #0A5B1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5B1F is #F5A4E0. Grayscale: #3C3C3C. Windows color (decimal): -16098529 or 2054922. OLE color: 2054922.
HSL color Cylindrical-coordinate representation of color #0A5B1F: hue angle of 135.56º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5B1F is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 91 | 31 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.64 |
| HSL | 135.56º | 0.8% | 0.2% | - |
| HSV(B) | 135.56º | 0.89% | 0.36% | - |
| XYZ | 4.11 | 7.65 | 2.56 | - |
| YUV | 59.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 91 | 31 | 0.89 | 0 | 0.66 | 0.64 | 135.56 | 0.8 | 0.2 |
| Hex | A | 5B | 1F | 59 | 0 | 42 | 40 | 88 | 50 | 14 |
| Octal | 12 | 133 | 37 | 131 | 0 | 102 | 100 | 210 | 120 | 24 |
| Binary | 1010 | 1011011 | 11111 | 1011001 | 0 | 1000010 | 1000000 | 10001000 | 1010000 | 10100 |
Color Harmonies of #0A5B1F
Complementary color
Monochromatic Colors of #0A5B1F
Black with #0A5B1F
Text Example
Text Example
White with #0A5B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5B1F; }
p { color: rgb(10,91,31); }
H1.HeaderClassName
{
color: #0A5B1F;
}
.AnyTagClassName
{
color: #0A5B1F;
}
</style>
background-color css
<style>
a { background-color: #0A5B1F; }
a { background-color: rgb(10,91,31); }
div.DivClassName
{
background-color: #0A5B1F;
}
.BgClassName
{
background-color: #0A5B1F;
}
</style>
border-color css
<style>
span { border-color: #0A5B1F; }
span { border-color: rgb(10,91,31); }
td.TdClassName
{
border-color: #0A5B1F;
}
.TagClassName
{
border-color: #0A5B1F;
}
</style>