Shades of Jewel #007338
Tints of Jewel #007338
RGB
CMYK
RGB Variations
Color information
#007338 (or 0x007338) is known color: Jewel. HEX triplet: 00, 73 and 38. RGB value is (0,115,56). Sum of RGB (Red+Green+Blue) = 0+115+56=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 115 (45.31% from 255 or 67.25% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 115 - color contains mainly: green. Hex color #007338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007338 is #FF8CC7. Grayscale: #4A4A4A. Windows color (decimal): -16747720 or 3699456. OLE color: 3699456.
HSL color Cylindrical-coordinate representation of color #007338: hue angle of 149.22º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007338 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 56 | - |
| CMYK | 1 | 0 | 0.51 | 0.55 |
| HSL | 149.22º | 1% | 0.23% | - |
| HSV(B) | 149.22º | 1% | 0.45% | - |
| XYZ | 6.84 | 12.55 | 5.8 | - |
| YUV | 73.89 | 117.9 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 56 | 1 | 0 | 0.51 | 0.55 | 149.22 | 1 | 0.23 |
| Hex | 0 | 73 | 38 | 64 | 0 | 33 | 37 | 95 | 64 | 17 |
| Octal | 0 | 163 | 70 | 144 | 0 | 63 | 67 | 225 | 144 | 27 |
| Binary | 0 | 1110011 | 111000 | 1100100 | 0 | 110011 | 110111 | 10010101 | 1100100 | 10111 |
Color Harmonies of #007338
Complementary color
Monochromatic Colors of #007338
Black with #007338
Text Example
Text Example
White with #007338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007338; }
p { color: rgb(0,115,56); }
H1.HeaderClassName
{
color: #007338;
}
.AnyTagClassName
{
color: #007338;
}
</style>
background-color css
<style>
a { background-color: #007338; }
a { background-color: rgb(0,115,56); }
div.DivClassName
{
background-color: #007338;
}
.BgClassName
{
background-color: #007338;
}
</style>
border-color css
<style>
span { border-color: #007338; }
span { border-color: rgb(0,115,56); }
td.TdClassName
{
border-color: #007338;
}
.TagClassName
{
border-color: #007338;
}
</style>