Shades of Crusoe #07532A
Tints of Crusoe #07532A
RGB
CMYK
RGB Variations
Color information
#07532A (or 0x07532A) is known color: Crusoe. HEX triplet: 07, 53 and 2A. RGB value is (7,83,42). Sum of RGB (Red+Green+Blue) = 7+83+42=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #07532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07532A is #F8ACD5. Grayscale: #373737. Windows color (decimal): -16297174 or 2773767. OLE color: 2773767.
HSL color Cylindrical-coordinate representation of color #07532A: hue angle of 147.63º 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 #07532A is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 42 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.67 |
| HSL | 147.63º | 0.84% | 0.18% | - |
| HSV(B) | 147.63º | 0.92% | 0.33% | - |
| XYZ | 3.6 | 6.4 | 3.24 | - |
| YUV | 55.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 42 | 0.92 | 0 | 0.49 | 0.67 | 147.63 | 0.84 | 0.18 |
| Hex | 7 | 53 | 2A | 5C | 0 | 31 | 43 | 94 | 54 | 12 |
| Octal | 7 | 123 | 52 | 134 | 0 | 61 | 103 | 224 | 124 | 22 |
| Binary | 111 | 1010011 | 101010 | 1011100 | 0 | 110001 | 1000011 | 10010100 | 1010100 | 10010 |
Color Harmonies of #07532A
Complementary color
Monochromatic Colors of #07532A
Black with #07532A
Text Example
Text Example
White with #07532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07532A; }
p { color: rgb(7,83,42); }
H1.HeaderClassName
{
color: #07532A;
}
.AnyTagClassName
{
color: #07532A;
}
</style>
background-color css
<style>
a { background-color: #07532A; }
a { background-color: rgb(7,83,42); }
div.DivClassName
{
background-color: #07532A;
}
.BgClassName
{
background-color: #07532A;
}
</style>
border-color css
<style>
span { border-color: #07532A; }
span { border-color: rgb(7,83,42); }
td.TdClassName
{
border-color: #07532A;
}
.TagClassName
{
border-color: #07532A;
}
</style>