Shades of Crusoe #065A1C
Tints of Crusoe #065A1C
RGB
CMYK
RGB Variations
Color information
#065A1C (or 0x065A1C) is known color: Crusoe. HEX triplet: 06, 5A and 1C. RGB value is (6,90,28). Sum of RGB (Red+Green+Blue) = 6+90+28=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 90 (35.55% from 255 or 72.58% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 90 - color contains mainly: green. Hex color #065A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A1C is #F9A5E3. Grayscale: #393939. Windows color (decimal): -16360932 or 1858054. OLE color: 1858054.
HSL color Cylindrical-coordinate representation of color #065A1C: hue angle of 135.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065A1C is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 90 | 28 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.65 |
| HSL | 135.71º | 0.88% | 0.19% | - |
| HSV(B) | 135.71º | 0.93% | 0.35% | - |
| XYZ | 3.94 | 7.43 | 2.33 | - |
| YUV | 57.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 28 | 0.93 | 0 | 0.69 | 0.65 | 135.71 | 0.88 | 0.19 |
| Hex | 6 | 5A | 1C | 5D | 0 | 45 | 41 | 88 | 58 | 13 |
| Octal | 6 | 132 | 34 | 135 | 0 | 105 | 101 | 210 | 130 | 23 |
| Binary | 110 | 1011010 | 11100 | 1011101 | 0 | 1000101 | 1000001 | 10001000 | 1011000 | 10011 |
Color Harmonies of #065A1C
Complementary color
Monochromatic Colors of #065A1C
Black with #065A1C
Text Example
Text Example
White with #065A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A1C; }
p { color: rgb(6,90,28); }
H1.HeaderClassName
{
color: #065A1C;
}
.AnyTagClassName
{
color: #065A1C;
}
</style>
background-color css
<style>
a { background-color: #065A1C; }
a { background-color: rgb(6,90,28); }
div.DivClassName
{
background-color: #065A1C;
}
.BgClassName
{
background-color: #065A1C;
}
</style>
border-color css
<style>
span { border-color: #065A1C; }
span { border-color: rgb(6,90,28); }
td.TdClassName
{
border-color: #065A1C;
}
.TagClassName
{
border-color: #065A1C;
}
</style>