Shades of Observatory #03956A
Tints of Observatory #03956A
RGB
CMYK
RGB Variations
Color information
#03956A (or 0x03956A) is known color: Observatory. HEX triplet: 03, 95 and 6A. RGB value is (3,149,106). Sum of RGB (Red+Green+Blue) = 3+149+106=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #03956A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03956A is #FC6A95. Grayscale: #646464. Windows color (decimal): -16542358 or 6984963. OLE color: 6984963.
HSL color Cylindrical-coordinate representation of color #03956A: hue angle of 162.33º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03956A is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 106 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.42 |
| HSL | 162.33º | 0.96% | 0.3% | - |
| HSV(B) | 162.33º | 0.98% | 0.58% | - |
| XYZ | 13.39 | 22.55 | 17.28 | - |
| YUV | 100.44 | 131.13 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 106 | 0.98 | 0 | 0.29 | 0.42 | 162.33 | 0.96 | 0.3 |
| Hex | 3 | 95 | 6A | 62 | 0 | 1D | 2A | A2 | 60 | 1E |
| Octal | 3 | 225 | 152 | 142 | 0 | 35 | 52 | 242 | 140 | 36 |
| Binary | 11 | 10010101 | 1101010 | 1100010 | 0 | 11101 | 101010 | 10100010 | 1100000 | 11110 |
Color Harmonies of #03956A
Complementary color
Monochromatic Colors of #03956A
Black with #03956A
Text Example
Text Example
White with #03956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03956A; }
p { color: rgb(3,149,106); }
H1.HeaderClassName
{
color: #03956A;
}
.AnyTagClassName
{
color: #03956A;
}
</style>
background-color css
<style>
a { background-color: #03956A; }
a { background-color: rgb(3,149,106); }
div.DivClassName
{
background-color: #03956A;
}
.BgClassName
{
background-color: #03956A;
}
</style>
border-color css
<style>
span { border-color: #03956A; }
span { border-color: rgb(3,149,106); }
td.TdClassName
{
border-color: #03956A;
}
.TagClassName
{
border-color: #03956A;
}
</style>