Shades of Observatory #038C73
Tints of Observatory #038C73
RGB
CMYK
RGB Variations
Color information
#038C73 (or 0x038C73) is known color: Observatory. HEX triplet: 03, 8C and 73. RGB value is (3,140,115). Sum of RGB (Red+Green+Blue) = 3+140+115=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #038C73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038C73 is #FC738C. Grayscale: #606060. Windows color (decimal): -16544653 or 7572483. OLE color: 7572483.
HSL color Cylindrical-coordinate representation of color #038C73: hue angle of 169.05º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038C73 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 140 | 115 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.45 |
| HSL | 169.05º | 0.96% | 0.28% | - |
| HSV(B) | 169.05º | 0.98% | 0.55% | - |
| XYZ | 12.51 | 20.01 | 19.42 | - |
| YUV | 96.19 | 138.61 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 115 | 0.98 | 0 | 0.18 | 0.45 | 169.05 | 0.96 | 0.28 |
| Hex | 3 | 8C | 73 | 62 | 0 | 12 | 2D | A9 | 60 | 1C |
| Octal | 3 | 214 | 163 | 142 | 0 | 22 | 55 | 251 | 140 | 34 |
| Binary | 11 | 10001100 | 1110011 | 1100010 | 0 | 10010 | 101101 | 10101001 | 1100000 | 11100 |
Color Harmonies of #038C73
Complementary color
Monochromatic Colors of #038C73
Black with #038C73
Text Example
Text Example
White with #038C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038C73; }
p { color: rgb(3,140,115); }
H1.HeaderClassName
{
color: #038C73;
}
.AnyTagClassName
{
color: #038C73;
}
</style>
background-color css
<style>
a { background-color: #038C73; }
a { background-color: rgb(3,140,115); }
div.DivClassName
{
background-color: #038C73;
}
.BgClassName
{
background-color: #038C73;
}
</style>
border-color css
<style>
span { border-color: #038C73; }
span { border-color: rgb(3,140,115); }
td.TdClassName
{
border-color: #038C73;
}
.TagClassName
{
border-color: #038C73;
}
</style>