Shades of Crusoe #035C14
Tints of Crusoe #035C14
RGB
CMYK
RGB Variations
Color information
#035C14 (or 0x035C14) is known color: Crusoe. HEX triplet: 03, 5C and 14. RGB value is (3,92,20). Sum of RGB (Red+Green+Blue) = 3+92+20=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 92 (36.33% from 255 or 80% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 92 - color contains mainly: green. Hex color #035C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C14 is #FCA3EB. Grayscale: #393939. Windows color (decimal): -16557036 or 1334275. OLE color: 1334275.
HSL color Cylindrical-coordinate representation of color #035C14: hue angle of 131.46º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C14 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 20 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.64 |
| HSL | 131.46º | 0.94% | 0.19% | - |
| HSV(B) | 131.46º | 0.97% | 0.36% | - |
| XYZ | 3.99 | 7.72 | 1.94 | - |
| YUV | 57.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 20 | 0.97 | 0 | 0.78 | 0.64 | 131.46 | 0.94 | 0.19 |
| Hex | 3 | 5C | 14 | 61 | 0 | 4E | 40 | 83 | 5E | 13 |
| Octal | 3 | 134 | 24 | 141 | 0 | 116 | 100 | 203 | 136 | 23 |
| Binary | 11 | 1011100 | 10100 | 1100001 | 0 | 1001110 | 1000000 | 10000011 | 1011110 | 10011 |
Color Harmonies of #035C14
Complementary color
Monochromatic Colors of #035C14
Black with #035C14
Text Example
Text Example
White with #035C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C14; }
p { color: rgb(3,92,20); }
H1.HeaderClassName
{
color: #035C14;
}
.AnyTagClassName
{
color: #035C14;
}
</style>
background-color css
<style>
a { background-color: #035C14; }
a { background-color: rgb(3,92,20); }
div.DivClassName
{
background-color: #035C14;
}
.BgClassName
{
background-color: #035C14;
}
</style>
border-color css
<style>
span { border-color: #035C14; }
span { border-color: rgb(3,92,20); }
td.TdClassName
{
border-color: #035C14;
}
.TagClassName
{
border-color: #035C14;
}
</style>