Shades of Crusoe #035812
Tints of Crusoe #035812
RGB
CMYK
RGB Variations
Color information
#035812 (or 0x035812) is known color: Crusoe. HEX triplet: 03, 58 and 12. RGB value is (3,88,18). Sum of RGB (Red+Green+Blue) = 3+88+18=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 88 (34.77% from 255 or 80.73% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 88 - color contains mainly: green. Hex color #035812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035812 is #FCA7ED. Grayscale: #363636. Windows color (decimal): -16558062 or 1202179. OLE color: 1202179.
HSL color Cylindrical-coordinate representation of color #035812: hue angle of 130.59º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035812 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 88 | 18 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.65 |
| HSL | 130.59º | 0.93% | 0.18% | - |
| HSV(B) | 130.59º | 0.97% | 0.35% | - |
| XYZ | 3.64 | 7.04 | 1.74 | - |
| YUV | 54.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 18 | 0.97 | 0 | 0.80 | 0.65 | 130.59 | 0.93 | 0.18 |
| Hex | 3 | 58 | 12 | 61 | 0 | 50 | 41 | 83 | 5D | 12 |
| Octal | 3 | 130 | 22 | 141 | 0 | 120 | 101 | 203 | 135 | 22 |
| Binary | 11 | 1011000 | 10010 | 1100001 | 0 | 1010000 | 1000001 | 10000011 | 1011101 | 10010 |
Color Harmonies of #035812
Complementary color
Monochromatic Colors of #035812
Black with #035812
Text Example
Text Example
White with #035812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035812; }
p { color: rgb(3,88,18); }
H1.HeaderClassName
{
color: #035812;
}
.AnyTagClassName
{
color: #035812;
}
</style>
background-color css
<style>
a { background-color: #035812; }
a { background-color: rgb(3,88,18); }
div.DivClassName
{
background-color: #035812;
}
.BgClassName
{
background-color: #035812;
}
</style>
border-color css
<style>
span { border-color: #035812; }
span { border-color: rgb(3,88,18); }
td.TdClassName
{
border-color: #035812;
}
.TagClassName
{
border-color: #035812;
}
</style>