Shades of Crusoe #146234
Tints of Crusoe #146234
RGB
CMYK
RGB Variations
Color information
#146234 (or 0x146234) is known color: Crusoe. HEX triplet: 14, 62 and 34. RGB value is (20,98,52). Sum of RGB (Red+Green+Blue) = 20+98+52=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #146234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146234 is #EB9DCB. Grayscale: #454545. Windows color (decimal): -15441356 or 3432980. OLE color: 3432980.
HSL color Cylindrical-coordinate representation of color #146234: hue angle of 144.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146234 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 98 | 52 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.62 |
| HSL | 144.62º | 0.66% | 0.23% | - |
| HSV(B) | 144.62º | 0.8% | 0.38% | - |
| XYZ | 5.28 | 9.13 | 4.73 | - |
| YUV | 69.43 | 118.16 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 52 | 0.80 | 0 | 0.47 | 0.62 | 144.62 | 0.66 | 0.23 |
| Hex | 14 | 62 | 34 | 50 | 0 | 2F | 3E | 91 | 42 | 17 |
| Octal | 24 | 142 | 64 | 120 | 0 | 57 | 76 | 221 | 102 | 27 |
| Binary | 10100 | 1100010 | 110100 | 1010000 | 0 | 101111 | 111110 | 10010001 | 1000010 | 10111 |
Color Harmonies of #146234
Complementary color
Monochromatic Colors of #146234
Black with #146234
Text Example
Text Example
White with #146234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146234; }
p { color: rgb(20,98,52); }
H1.HeaderClassName
{
color: #146234;
}
.AnyTagClassName
{
color: #146234;
}
</style>
background-color css
<style>
a { background-color: #146234; }
a { background-color: rgb(20,98,52); }
div.DivClassName
{
background-color: #146234;
}
.BgClassName
{
background-color: #146234;
}
</style>
border-color css
<style>
span { border-color: #146234; }
span { border-color: rgb(20,98,52); }
td.TdClassName
{
border-color: #146234;
}
.TagClassName
{
border-color: #146234;
}
</style>