Shades of Crusoe #07532E
Tints of Crusoe #07532E
RGB
CMYK
RGB Variations
Color information
#07532E (or 0x07532E) is known color: Crusoe. HEX triplet: 07, 53 and 2E. RGB value is (7,83,46). Sum of RGB (Red+Green+Blue) = 7+83+46=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #07532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07532E is #F8ACD1. Grayscale: #383838. Windows color (decimal): -16297170 or 3035911. OLE color: 3035911.
HSL color Cylindrical-coordinate representation of color #07532E: hue angle of 150.79º 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 #07532E is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 46 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.67 |
| HSL | 150.79º | 0.84% | 0.18% | - |
| HSV(B) | 150.79º | 0.92% | 0.33% | - |
| XYZ | 3.67 | 6.43 | 3.63 | - |
| YUV | 56.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 46 | 0.92 | 0 | 0.45 | 0.67 | 150.79 | 0.84 | 0.18 |
| Hex | 7 | 53 | 2E | 5C | 0 | 2D | 43 | 97 | 54 | 12 |
| Octal | 7 | 123 | 56 | 134 | 0 | 55 | 103 | 227 | 124 | 22 |
| Binary | 111 | 1010011 | 101110 | 1011100 | 0 | 101101 | 1000011 | 10010111 | 1010100 | 10010 |
Color Harmonies of #07532E
Complementary color
Monochromatic Colors of #07532E
Black with #07532E
Text Example
Text Example
White with #07532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07532E; }
p { color: rgb(7,83,46); }
H1.HeaderClassName
{
color: #07532E;
}
.AnyTagClassName
{
color: #07532E;
}
</style>
background-color css
<style>
a { background-color: #07532E; }
a { background-color: rgb(7,83,46); }
div.DivClassName
{
background-color: #07532E;
}
.BgClassName
{
background-color: #07532E;
}
</style>
border-color css
<style>
span { border-color: #07532E; }
span { border-color: rgb(7,83,46); }
td.TdClassName
{
border-color: #07532E;
}
.TagClassName
{
border-color: #07532E;
}
</style>