Shades of Crusoe #07532C
Tints of Crusoe #07532C
RGB
CMYK
RGB Variations
Color information
#07532C (or 0x07532C) is known color: Crusoe. HEX triplet: 07, 53 and 2C. RGB value is (7,83,44). Sum of RGB (Red+Green+Blue) = 7+83+44=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #07532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07532C is #F8ACD3. Grayscale: #373737. Windows color (decimal): -16297172 or 2904839. OLE color: 2904839.
HSL color Cylindrical-coordinate representation of color #07532C: hue angle of 149.21º degrees, saturation: 0.84, 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 #07532C is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 44 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.67 |
| HSL | 149.21º | 0.84% | 0.18% | - |
| HSV(B) | 149.21º | 0.92% | 0.33% | - |
| XYZ | 3.64 | 6.41 | 3.43 | - |
| YUV | 55.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 44 | 0.92 | 0 | 0.47 | 0.67 | 149.21 | 0.84 | 0.18 |
| Hex | 7 | 53 | 2C | 5C | 0 | 2F | 43 | 95 | 54 | 12 |
| Octal | 7 | 123 | 54 | 134 | 0 | 57 | 103 | 225 | 124 | 22 |
| Binary | 111 | 1010011 | 101100 | 1011100 | 0 | 101111 | 1000011 | 10010101 | 1010100 | 10010 |
Color Harmonies of #07532C
Complementary color
Monochromatic Colors of #07532C
Black with #07532C
Text Example
Text Example
White with #07532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07532C; }
p { color: rgb(7,83,44); }
H1.HeaderClassName
{
color: #07532C;
}
.AnyTagClassName
{
color: #07532C;
}
</style>
background-color css
<style>
a { background-color: #07532C; }
a { background-color: rgb(7,83,44); }
div.DivClassName
{
background-color: #07532C;
}
.BgClassName
{
background-color: #07532C;
}
</style>
border-color css
<style>
span { border-color: #07532C; }
span { border-color: rgb(7,83,44); }
td.TdClassName
{
border-color: #07532C;
}
.TagClassName
{
border-color: #07532C;
}
</style>