Shades of Crusoe #0A652F
Tints of Crusoe #0A652F
RGB
CMYK
RGB Variations
Color information
#0A652F (or 0x0A652F) is known color: Crusoe. HEX triplet: 0A, 65 and 2F. RGB value is (10,101,47). Sum of RGB (Red+Green+Blue) = 10+101+47=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #0A652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A652F is #F59AD0. Grayscale: #434343. Windows color (decimal): -16095953 or 3106058. OLE color: 3106058.
HSL color Cylindrical-coordinate representation of color #0A652F: hue angle of 144.4º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A652F is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 101 | 47 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.60 |
| HSL | 144.4º | 0.82% | 0.22% | - |
| HSV(B) | 144.4º | 0.9% | 0.4% | - |
| XYZ | 5.29 | 9.58 | 4.26 | - |
| YUV | 67.64 | 116.35 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 47 | 0.90 | 0 | 0.53 | 0.60 | 144.4 | 0.82 | 0.22 |
| Hex | A | 65 | 2F | 5A | 0 | 35 | 3C | 90 | 52 | 16 |
| Octal | 12 | 145 | 57 | 132 | 0 | 65 | 74 | 220 | 122 | 26 |
| Binary | 1010 | 1100101 | 101111 | 1011010 | 0 | 110101 | 111100 | 10010000 | 1010010 | 10110 |
Color Harmonies of #0A652F
Complementary color
Monochromatic Colors of #0A652F
Black with #0A652F
Text Example
Text Example
White with #0A652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A652F; }
p { color: rgb(10,101,47); }
H1.HeaderClassName
{
color: #0A652F;
}
.AnyTagClassName
{
color: #0A652F;
}
</style>
background-color css
<style>
a { background-color: #0A652F; }
a { background-color: rgb(10,101,47); }
div.DivClassName
{
background-color: #0A652F;
}
.BgClassName
{
background-color: #0A652F;
}
</style>
border-color css
<style>
span { border-color: #0A652F; }
span { border-color: rgb(10,101,47); }
td.TdClassName
{
border-color: #0A652F;
}
.TagClassName
{
border-color: #0A652F;
}
</style>