Shades of Crusoe #146735
Tints of Crusoe #146735
RGB
CMYK
RGB Variations
Color information
#146735 (or 0x146735) is known color: Crusoe. HEX triplet: 14, 67 and 35. RGB value is (20,103,53). Sum of RGB (Red+Green+Blue) = 20+103+53=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 103 (40.62% from 255 or 58.52% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 103 - color contains mainly: green. Hex color #146735 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146735 is #EB98CA. Grayscale: #484848. Windows color (decimal): -15440075 or 3499796. OLE color: 3499796.
HSL color Cylindrical-coordinate representation of color #146735: hue angle of 143.86º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146735 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 103 | 53 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.60 |
| HSL | 143.86º | 0.67% | 0.24% | - |
| HSV(B) | 143.86º | 0.81% | 0.4% | - |
| XYZ | 5.78 | 10.11 | 5.01 | - |
| YUV | 72.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 53 | 0.81 | 0 | 0.49 | 0.60 | 143.86 | 0.67 | 0.24 |
| Hex | 14 | 67 | 35 | 51 | 0 | 31 | 3C | 90 | 43 | 18 |
| Octal | 24 | 147 | 65 | 121 | 0 | 61 | 74 | 220 | 103 | 30 |
| Binary | 10100 | 1100111 | 110101 | 1010001 | 0 | 110001 | 111100 | 10010000 | 1000011 | 11000 |
Color Harmonies of #146735
Complementary color
Monochromatic Colors of #146735
Black with #146735
Text Example
Text Example
White with #146735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146735; }
p { color: rgb(20,103,53); }
H1.HeaderClassName
{
color: #146735;
}
.AnyTagClassName
{
color: #146735;
}
</style>
background-color css
<style>
a { background-color: #146735; }
a { background-color: rgb(20,103,53); }
div.DivClassName
{
background-color: #146735;
}
.BgClassName
{
background-color: #146735;
}
</style>
border-color css
<style>
span { border-color: #146735; }
span { border-color: rgb(20,103,53); }
td.TdClassName
{
border-color: #146735;
}
.TagClassName
{
border-color: #146735;
}
</style>