Shades of Crusoe #07552A
Tints of Crusoe #07552A
RGB
CMYK
RGB Variations
Color information
#07552A (or 0x07552A) is known color: Crusoe. HEX triplet: 07, 55 and 2A. RGB value is (7,85,42). Sum of RGB (Red+Green+Blue) = 7+85+42=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #07552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07552A is #F8AAD5. Grayscale: #383838. Windows color (decimal): -16296662 or 2774279. OLE color: 2774279.
HSL color Cylindrical-coordinate representation of color #07552A: hue angle of 146.92º 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 #07552A is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 85 | 42 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.67 |
| HSL | 146.92º | 0.85% | 0.18% | - |
| HSV(B) | 146.92º | 0.92% | 0.33% | - |
| XYZ | 3.75 | 6.71 | 3.29 | - |
| YUV | 56.78 | 119.66 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 42 | 0.92 | 0 | 0.51 | 0.67 | 146.92 | 0.85 | 0.18 |
| Hex | 7 | 55 | 2A | 5C | 0 | 33 | 43 | 93 | 55 | 12 |
| Octal | 7 | 125 | 52 | 134 | 0 | 63 | 103 | 223 | 125 | 22 |
| Binary | 111 | 1010101 | 101010 | 1011100 | 0 | 110011 | 1000011 | 10010011 | 1010101 | 10010 |
Color Harmonies of #07552A
Complementary color
Monochromatic Colors of #07552A
Black with #07552A
Text Example
Text Example
White with #07552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07552A; }
p { color: rgb(7,85,42); }
H1.HeaderClassName
{
color: #07552A;
}
.AnyTagClassName
{
color: #07552A;
}
</style>
background-color css
<style>
a { background-color: #07552A; }
a { background-color: rgb(7,85,42); }
div.DivClassName
{
background-color: #07552A;
}
.BgClassName
{
background-color: #07552A;
}
</style>
border-color css
<style>
span { border-color: #07552A; }
span { border-color: rgb(7,85,42); }
td.TdClassName
{
border-color: #07552A;
}
.TagClassName
{
border-color: #07552A;
}
</style>