Shades of Crusoe #035E1A
Tints of Crusoe #035E1A
RGB
CMYK
RGB Variations
Color information
#035E1A (or 0x035E1A) is known color: Crusoe. HEX triplet: 03, 5E and 1A. RGB value is (3,94,26). Sum of RGB (Red+Green+Blue) = 3+94+26=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 94 (37.11% from 255 or 76.42% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 94 - color contains mainly: green. Hex color #035E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035E1A is #FCA1E5. Grayscale: #3B3B3B. Windows color (decimal): -16556518 or 1728003. OLE color: 1728003.
HSL color Cylindrical-coordinate representation of color #035E1A: hue angle of 135.16º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035E1A is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 94 | 26 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.63 |
| HSL | 135.16º | 0.94% | 0.19% | - |
| HSV(B) | 135.16º | 0.97% | 0.37% | - |
| XYZ | 4.23 | 8.1 | 2.32 | - |
| YUV | 59.04 | 109.35 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 26 | 0.97 | 0 | 0.72 | 0.63 | 135.16 | 0.94 | 0.19 |
| Hex | 3 | 5E | 1A | 61 | 0 | 48 | 3F | 87 | 5E | 13 |
| Octal | 3 | 136 | 32 | 141 | 0 | 110 | 77 | 207 | 136 | 23 |
| Binary | 11 | 1011110 | 11010 | 1100001 | 0 | 1001000 | 111111 | 10000111 | 1011110 | 10011 |
Color Harmonies of #035E1A
Complementary color
Monochromatic Colors of #035E1A
Black with #035E1A
Text Example
Text Example
White with #035E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035E1A; }
p { color: rgb(3,94,26); }
H1.HeaderClassName
{
color: #035E1A;
}
.AnyTagClassName
{
color: #035E1A;
}
</style>
background-color css
<style>
a { background-color: #035E1A; }
a { background-color: rgb(3,94,26); }
div.DivClassName
{
background-color: #035E1A;
}
.BgClassName
{
background-color: #035E1A;
}
</style>
border-color css
<style>
span { border-color: #035E1A; }
span { border-color: rgb(3,94,26); }
td.TdClassName
{
border-color: #035E1A;
}
.TagClassName
{
border-color: #035E1A;
}
</style>