Shades of Sherwood Green #07533A
Tints of Sherwood Green #07533A
RGB
CMYK
RGB Variations
Color information
#07533A (or 0x07533A) is known color: Sherwood Green. HEX triplet: 07, 53 and 3A. RGB value is (7,83,58). Sum of RGB (Red+Green+Blue) = 7+83+58=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #07533A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07533A is #F8ACC5. Grayscale: #393939. Windows color (decimal): -16297158 or 3822343. OLE color: 3822343.
HSL color Cylindrical-coordinate representation of color #07533A: hue angle of 160.26º 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 #07533A is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 58 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.67 |
| HSL | 160.26º | 0.84% | 0.18% | - |
| HSV(B) | 160.26º | 0.92% | 0.33% | - |
| XYZ | 3.94 | 6.54 | 5.06 | - |
| YUV | 57.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 58 | 0.92 | 0 | 0.30 | 0.67 | 160.26 | 0.84 | 0.18 |
| Hex | 7 | 53 | 3A | 5C | 0 | 1E | 43 | A0 | 54 | 12 |
| Octal | 7 | 123 | 72 | 134 | 0 | 36 | 103 | 240 | 124 | 22 |
| Binary | 111 | 1010011 | 111010 | 1011100 | 0 | 11110 | 1000011 | 10100000 | 1010100 | 10010 |
Color Harmonies of #07533A
Complementary color
Monochromatic Colors of #07533A
Black with #07533A
Text Example
Text Example
White with #07533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07533A; }
p { color: rgb(7,83,58); }
H1.HeaderClassName
{
color: #07533A;
}
.AnyTagClassName
{
color: #07533A;
}
</style>
background-color css
<style>
a { background-color: #07533A; }
a { background-color: rgb(7,83,58); }
div.DivClassName
{
background-color: #07533A;
}
.BgClassName
{
background-color: #07533A;
}
</style>
border-color css
<style>
span { border-color: #07533A; }
span { border-color: rgb(7,83,58); }
td.TdClassName
{
border-color: #07533A;
}
.TagClassName
{
border-color: #07533A;
}
</style>