Shades of Ocean Green #47936C
Tints of Ocean Green #47936C
RGB
CMYK
RGB Variations
Color information
#47936C (or 0x47936C) is known color: Ocean Green. HEX triplet: 47, 93 and 6C. RGB value is (71,147,108). Sum of RGB (Red+Green+Blue) = 71+147+108=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #47936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47936C is #B86C93. Grayscale: #777777. Windows color (decimal): -12086420 or 7115591. OLE color: 7115591.
HSL color Cylindrical-coordinate representation of color #47936C: hue angle of 149.21º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47936C is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 147 | 108 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.42 |
| HSL | 149.21º | 0.35% | 0.43% | - |
| HSV(B) | 149.21º | 0.52% | 0.58% | - |
| XYZ | 15.74 | 23.29 | 17.85 | - |
| YUV | 119.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 108 | 0.52 | 0 | 0.27 | 0.42 | 149.21 | 0.35 | 0.43 |
| Hex | 47 | 93 | 6C | 34 | 0 | 1B | 2A | 95 | 23 | 2B |
| Octal | 107 | 223 | 154 | 64 | 0 | 33 | 52 | 225 | 43 | 53 |
| Binary | 1000111 | 10010011 | 1101100 | 110100 | 0 | 11011 | 101010 | 10010101 | 100011 | 101011 |
Color Harmonies of #47936C
Complementary color
Monochromatic Colors of #47936C
Black with #47936C
Text Example
Text Example
White with #47936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47936C; }
p { color: rgb(71,147,108); }
H1.HeaderClassName
{
color: #47936C;
}
.AnyTagClassName
{
color: #47936C;
}
</style>
background-color css
<style>
a { background-color: #47936C; }
a { background-color: rgb(71,147,108); }
div.DivClassName
{
background-color: #47936C;
}
.BgClassName
{
background-color: #47936C;
}
</style>
border-color css
<style>
span { border-color: #47936C; }
span { border-color: rgb(71,147,108); }
td.TdClassName
{
border-color: #47936C;
}
.TagClassName
{
border-color: #47936C;
}
</style>