Shades of Crusoe #146335
Tints of Crusoe #146335
RGB
CMYK
RGB Variations
Color information
#146335 (or 0x146335) is known color: Crusoe. HEX triplet: 14, 63 and 35. RGB value is (20,99,53). Sum of RGB (Red+Green+Blue) = 20+99+53=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #146335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146335 is #EB9CCA. Grayscale: #464646. Windows color (decimal): -15441099 or 3498772. OLE color: 3498772.
HSL color Cylindrical-coordinate representation of color #146335: hue angle of 145.06º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146335 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 53 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.61 |
| HSL | 145.06º | 0.66% | 0.23% | - |
| HSV(B) | 145.06º | 0.8% | 0.39% | - |
| XYZ | 5.39 | 9.33 | 4.88 | - |
| YUV | 70.14 | 118.33 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 53 | 0.80 | 0 | 0.46 | 0.61 | 145.06 | 0.66 | 0.23 |
| Hex | 14 | 63 | 35 | 50 | 0 | 2E | 3D | 91 | 42 | 17 |
| Octal | 24 | 143 | 65 | 120 | 0 | 56 | 75 | 221 | 102 | 27 |
| Binary | 10100 | 1100011 | 110101 | 1010000 | 0 | 101110 | 111101 | 10010001 | 1000010 | 10111 |
Color Harmonies of #146335
Complementary color
Monochromatic Colors of #146335
Black with #146335
Text Example
Text Example
White with #146335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146335; }
p { color: rgb(20,99,53); }
H1.HeaderClassName
{
color: #146335;
}
.AnyTagClassName
{
color: #146335;
}
</style>
background-color css
<style>
a { background-color: #146335; }
a { background-color: rgb(20,99,53); }
div.DivClassName
{
background-color: #146335;
}
.BgClassName
{
background-color: #146335;
}
</style>
border-color css
<style>
span { border-color: #146335; }
span { border-color: rgb(20,99,53); }
td.TdClassName
{
border-color: #146335;
}
.TagClassName
{
border-color: #146335;
}
</style>