Shades of Crusoe #00651F
Tints of Crusoe #00651F
RGB
CMYK
RGB Variations
Color information
#00651F (or 0x00651F) is known color: Crusoe. HEX triplet: 00, 65 and 1F. RGB value is (0,101,31). Sum of RGB (Red+Green+Blue) = 0+101+31=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 101 (39.84% from 255 or 76.52% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 101 - color contains mainly: green. Hex color #00651F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00651F is #FF9AE0. Grayscale: #3F3F3F. Windows color (decimal): -16751329 or 2057472. OLE color: 2057472.
HSL color Cylindrical-coordinate representation of color #00651F: hue angle of 138.42º 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 #00651F is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 31 | - |
| CMYK | 1 | 0 | 0.69 | 0.60 |
| HSL | 138.42º | 1% | 0.2% | - |
| HSV(B) | 138.42º | 1% | 0.4% | - |
| XYZ | 4.9 | 9.41 | 2.85 | - |
| YUV | 62.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 31 | 1 | 0 | 0.69 | 0.60 | 138.42 | 1 | 0.2 |
| Hex | 0 | 65 | 1F | 64 | 0 | 45 | 3C | 8A | 64 | 14 |
| Octal | 0 | 145 | 37 | 144 | 0 | 105 | 74 | 212 | 144 | 24 |
| Binary | 0 | 1100101 | 11111 | 1100100 | 0 | 1000101 | 111100 | 10001010 | 1100100 | 10100 |
Color Harmonies of #00651F
Complementary color
Monochromatic Colors of #00651F
Black with #00651F
Text Example
Text Example
White with #00651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00651F; }
p { color: rgb(0,101,31); }
H1.HeaderClassName
{
color: #00651F;
}
.AnyTagClassName
{
color: #00651F;
}
</style>
background-color css
<style>
a { background-color: #00651F; }
a { background-color: rgb(0,101,31); }
div.DivClassName
{
background-color: #00651F;
}
.BgClassName
{
background-color: #00651F;
}
</style>
border-color css
<style>
span { border-color: #00651F; }
span { border-color: rgb(0,101,31); }
td.TdClassName
{
border-color: #00651F;
}
.TagClassName
{
border-color: #00651F;
}
</style>