Shades of Crusoe #06542A
Tints of Crusoe #06542A
RGB
CMYK
RGB Variations
Color information
#06542A (or 0x06542A) is known color: Crusoe. HEX triplet: 06, 54 and 2A. RGB value is (6,84,42). Sum of RGB (Red+Green+Blue) = 6+84+42=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #06542A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06542A is #F9ABD5. Grayscale: #373737. Windows color (decimal): -16362454 or 2774022. OLE color: 2774022.
HSL color Cylindrical-coordinate representation of color #06542A: hue angle of 147.69º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06542A is Cyan = 0.93, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 84 | 42 | - |
| CMYK | 0.93 | 0 | 0.5 | 0.67 |
| HSL | 147.69º | 0.87% | 0.18% | - |
| HSV(B) | 147.69º | 0.93% | 0.33% | - |
| XYZ | 3.66 | 6.55 | 3.26 | - |
| YUV | 55.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 42 | 0.93 | 0 | 0.5 | 0.67 | 147.69 | 0.87 | 0.18 |
| Hex | 6 | 54 | 2A | 5D | 0 | 32 | 43 | 94 | 57 | 12 |
| Octal | 6 | 124 | 52 | 135 | 0 | 62 | 103 | 224 | 127 | 22 |
| Binary | 110 | 1010100 | 101010 | 1011101 | 0 | 110010 | 1000011 | 10010100 | 1010111 | 10010 |
Color Harmonies of #06542A
Complementary color
Monochromatic Colors of #06542A
Black with #06542A
Text Example
Text Example
White with #06542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06542A; }
p { color: rgb(6,84,42); }
H1.HeaderClassName
{
color: #06542A;
}
.AnyTagClassName
{
color: #06542A;
}
</style>
background-color css
<style>
a { background-color: #06542A; }
a { background-color: rgb(6,84,42); }
div.DivClassName
{
background-color: #06542A;
}
.BgClassName
{
background-color: #06542A;
}
</style>
border-color css
<style>
span { border-color: #06542A; }
span { border-color: rgb(6,84,42); }
td.TdClassName
{
border-color: #06542A;
}
.TagClassName
{
border-color: #06542A;
}
</style>