Shades of Crusoe #065B2D
Tints of Crusoe #065B2D
RGB
CMYK
RGB Variations
Color information
#065B2D (or 0x065B2D) is known color: Crusoe. HEX triplet: 06, 5B and 2D. RGB value is (6,91,45). Sum of RGB (Red+Green+Blue) = 6+91+45=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 91 (35.94% from 255 or 64.08% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 91 - color contains mainly: green. Hex color #065B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B2D is #F9A4D2. Grayscale: #3C3C3C. Windows color (decimal): -16360659 or 2972422. OLE color: 2972422.
HSL color Cylindrical-coordinate representation of color #065B2D: hue angle of 147.53º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065B2D is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 45 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.64 |
| HSL | 147.53º | 0.88% | 0.19% | - |
| HSV(B) | 147.53º | 0.93% | 0.36% | - |
| XYZ | 4.29 | 7.71 | 3.74 | - |
| YUV | 60.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 45 | 0.93 | 0 | 0.51 | 0.64 | 147.53 | 0.88 | 0.19 |
| Hex | 6 | 5B | 2D | 5D | 0 | 33 | 40 | 94 | 58 | 13 |
| Octal | 6 | 133 | 55 | 135 | 0 | 63 | 100 | 224 | 130 | 23 |
| Binary | 110 | 1011011 | 101101 | 1011101 | 0 | 110011 | 1000000 | 10010100 | 1011000 | 10011 |
Color Harmonies of #065B2D
Complementary color
Monochromatic Colors of #065B2D
Black with #065B2D
Text Example
Text Example
White with #065B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B2D; }
p { color: rgb(6,91,45); }
H1.HeaderClassName
{
color: #065B2D;
}
.AnyTagClassName
{
color: #065B2D;
}
</style>
background-color css
<style>
a { background-color: #065B2D; }
a { background-color: rgb(6,91,45); }
div.DivClassName
{
background-color: #065B2D;
}
.BgClassName
{
background-color: #065B2D;
}
</style>
border-color css
<style>
span { border-color: #065B2D; }
span { border-color: rgb(6,91,45); }
td.TdClassName
{
border-color: #065B2D;
}
.TagClassName
{
border-color: #065B2D;
}
</style>