Shades of Crusoe #00742B
Tints of Crusoe #00742B
RGB
CMYK
RGB Variations
Color information
#00742B (or 0x00742B) is known color: Crusoe. HEX triplet: 00, 74 and 2B. RGB value is (0,116,43). Sum of RGB (Red+Green+Blue) = 0+116+43=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 116 (45.70% from 255 or 72.96% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 116 - color contains mainly: green. Hex color #00742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00742B is #FF8BD4. Grayscale: #494949. Windows color (decimal): -16747477 or 2847744. OLE color: 2847744.
HSL color Cylindrical-coordinate representation of color #00742B: hue angle of 142.24º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00742B is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 116 | 43 | - |
| CMYK | 1 | 0 | 0.63 | 0.55 |
| HSL | 142.24º | 1% | 0.23% | - |
| HSV(B) | 142.24º | 1% | 0.45% | - |
| XYZ | 6.68 | 12.67 | 4.38 | - |
| YUV | 72.99 | 111.07 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 43 | 1 | 0 | 0.63 | 0.55 | 142.24 | 1 | 0.23 |
| Hex | 0 | 74 | 2B | 64 | 0 | 3F | 37 | 8E | 64 | 17 |
| Octal | 0 | 164 | 53 | 144 | 0 | 77 | 67 | 216 | 144 | 27 |
| Binary | 0 | 1110100 | 101011 | 1100100 | 0 | 111111 | 110111 | 10001110 | 1100100 | 10111 |
Color Harmonies of #00742B
Complementary color
Monochromatic Colors of #00742B
Black with #00742B
Text Example
Text Example
White with #00742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00742B; }
p { color: rgb(0,116,43); }
H1.HeaderClassName
{
color: #00742B;
}
.AnyTagClassName
{
color: #00742B;
}
</style>
background-color css
<style>
a { background-color: #00742B; }
a { background-color: rgb(0,116,43); }
div.DivClassName
{
background-color: #00742B;
}
.BgClassName
{
background-color: #00742B;
}
</style>
border-color css
<style>
span { border-color: #00742B; }
span { border-color: rgb(0,116,43); }
td.TdClassName
{
border-color: #00742B;
}
.TagClassName
{
border-color: #00742B;
}
</style>