Shades of Crusoe #07551C
Tints of Crusoe #07551C
RGB
CMYK
RGB Variations
Color information
#07551C (or 0x07551C) is known color: Crusoe. HEX triplet: 07, 55 and 1C. RGB value is (7,85,28). Sum of RGB (Red+Green+Blue) = 7+85+28=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #07551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07551C is #F8AAE3. Grayscale: #373737. Windows color (decimal): -16296676 or 1856775. OLE color: 1856775.
HSL color Cylindrical-coordinate representation of color #07551C: hue angle of 136.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07551C is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 85 | 28 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.67 |
| HSL | 136.15º | 0.85% | 0.18% | - |
| HSV(B) | 136.15º | 0.92% | 0.33% | - |
| XYZ | 3.55 | 6.63 | 2.19 | - |
| YUV | 55.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 28 | 0.92 | 0 | 0.67 | 0.67 | 136.15 | 0.85 | 0.18 |
| Hex | 7 | 55 | 1C | 5C | 0 | 43 | 43 | 88 | 55 | 12 |
| Octal | 7 | 125 | 34 | 134 | 0 | 103 | 103 | 210 | 125 | 22 |
| Binary | 111 | 1010101 | 11100 | 1011100 | 0 | 1000011 | 1000011 | 10001000 | 1010101 | 10010 |
Color Harmonies of #07551C
Complementary color
Monochromatic Colors of #07551C
Black with #07551C
Text Example
Text Example
White with #07551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07551C; }
p { color: rgb(7,85,28); }
H1.HeaderClassName
{
color: #07551C;
}
.AnyTagClassName
{
color: #07551C;
}
</style>
background-color css
<style>
a { background-color: #07551C; }
a { background-color: rgb(7,85,28); }
div.DivClassName
{
background-color: #07551C;
}
.BgClassName
{
background-color: #07551C;
}
</style>
border-color css
<style>
span { border-color: #07551C; }
span { border-color: rgb(7,85,28); }
td.TdClassName
{
border-color: #07551C;
}
.TagClassName
{
border-color: #07551C;
}
</style>