Shades of Crusoe #00652F
Tints of Crusoe #00652F
RGB
CMYK
RGB Variations
Color information
#00652F (or 0x00652F) is known color: Crusoe. HEX triplet: 00, 65 and 2F. RGB value is (0,101,47). Sum of RGB (Red+Green+Blue) = 0+101+47=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 101 (39.84% from 255 or 68.24% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 101 - color contains mainly: green. Hex color #00652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00652F is #FF9AD0. Grayscale: #404040. Windows color (decimal): -16751313 or 3106048. OLE color: 3106048.
HSL color Cylindrical-coordinate representation of color #00652F: hue angle of 147.92º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00652F is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 47 | - |
| CMYK | 1 | 0 | 0.53 | 0.60 |
| HSL | 147.92º | 1% | 0.2% | - |
| HSV(B) | 147.92º | 1% | 0.4% | - |
| XYZ | 5.17 | 9.51 | 4.25 | - |
| YUV | 64.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 47 | 1 | 0 | 0.53 | 0.60 | 147.92 | 1 | 0.2 |
| Hex | 0 | 65 | 2F | 64 | 0 | 35 | 3C | 94 | 64 | 14 |
| Octal | 0 | 145 | 57 | 144 | 0 | 65 | 74 | 224 | 144 | 24 |
| Binary | 0 | 1100101 | 101111 | 1100100 | 0 | 110101 | 111100 | 10010100 | 1100100 | 10100 |
Color Harmonies of #00652F
Complementary color
Monochromatic Colors of #00652F
Black with #00652F
Text Example
Text Example
White with #00652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00652F; }
p { color: rgb(0,101,47); }
H1.HeaderClassName
{
color: #00652F;
}
.AnyTagClassName
{
color: #00652F;
}
</style>
background-color css
<style>
a { background-color: #00652F; }
a { background-color: rgb(0,101,47); }
div.DivClassName
{
background-color: #00652F;
}
.BgClassName
{
background-color: #00652F;
}
</style>
border-color css
<style>
span { border-color: #00652F; }
span { border-color: rgb(0,101,47); }
td.TdClassName
{
border-color: #00652F;
}
.TagClassName
{
border-color: #00652F;
}
</style>