Shades of Crusoe #0A532F
Tints of Crusoe #0A532F
RGB
CMYK
RGB Variations
Color information
#0A532F (or 0x0A532F) is known color: Crusoe. HEX triplet: 0A, 53 and 2F. RGB value is (10,83,47). Sum of RGB (Red+Green+Blue) = 10+83+47=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #0A532F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A532F is #F5ACD0. Grayscale: #393939. Windows color (decimal): -16100561 or 3101450. OLE color: 3101450.
HSL color Cylindrical-coordinate representation of color #0A532F: hue angle of 150.41º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A532F is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 83 | 47 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.67 |
| HSL | 150.41º | 0.78% | 0.18% | - |
| HSV(B) | 150.41º | 0.88% | 0.33% | - |
| XYZ | 3.73 | 6.46 | 3.74 | - |
| YUV | 57.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 47 | 0.88 | 0 | 0.43 | 0.67 | 150.41 | 0.78 | 0.18 |
| Hex | A | 53 | 2F | 58 | 0 | 2B | 43 | 96 | 4E | 12 |
| Octal | 12 | 123 | 57 | 130 | 0 | 53 | 103 | 226 | 116 | 22 |
| Binary | 1010 | 1010011 | 101111 | 1011000 | 0 | 101011 | 1000011 | 10010110 | 1001110 | 10010 |
Color Harmonies of #0A532F
Complementary color
Monochromatic Colors of #0A532F
Black with #0A532F
Text Example
Text Example
White with #0A532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A532F; }
p { color: rgb(10,83,47); }
H1.HeaderClassName
{
color: #0A532F;
}
.AnyTagClassName
{
color: #0A532F;
}
</style>
background-color css
<style>
a { background-color: #0A532F; }
a { background-color: rgb(10,83,47); }
div.DivClassName
{
background-color: #0A532F;
}
.BgClassName
{
background-color: #0A532F;
}
</style>
border-color css
<style>
span { border-color: #0A532F; }
span { border-color: rgb(10,83,47); }
td.TdClassName
{
border-color: #0A532F;
}
.TagClassName
{
border-color: #0A532F;
}
</style>