Shades of Ocean Green #47AC74
Tints of Ocean Green #47AC74
RGB
CMYK
RGB Variations
Color information
#47AC74 (or 0x47AC74) is known color: Ocean Green. HEX triplet: 47, AC and 74. RGB value is (71,172,116). Sum of RGB (Red+Green+Blue) = 71+172+116=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AC74 is #B8538B. Grayscale: #878787. Windows color (decimal): -12080012 or 7646279. OLE color: 7646279.
HSL color Cylindrical-coordinate representation of color #47AC74: hue angle of 146.73º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AC74 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 172 | 116 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.33 |
| HSL | 146.73º | 0.42% | 0.48% | - |
| HSV(B) | 146.73º | 0.59% | 0.67% | - |
| XYZ | 20.5 | 32.11 | 21.64 | - |
| YUV | 135.42 | 117.04 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 172 | 116 | 0.59 | 0 | 0.33 | 0.33 | 146.73 | 0.42 | 0.48 |
| Hex | 47 | AC | 74 | 3B | 0 | 21 | 21 | 93 | 2A | 30 |
| Octal | 107 | 254 | 164 | 73 | 0 | 41 | 41 | 223 | 52 | 60 |
| Binary | 1000111 | 10101100 | 1110100 | 111011 | 0 | 100001 | 100001 | 10010011 | 101010 | 110000 |
Color Harmonies of #47AC74
Complementary color
Monochromatic Colors of #47AC74
Black with #47AC74
Text Example
Text Example
White with #47AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AC74; }
p { color: rgb(71,172,116); }
H1.HeaderClassName
{
color: #47AC74;
}
.AnyTagClassName
{
color: #47AC74;
}
</style>
background-color css
<style>
a { background-color: #47AC74; }
a { background-color: rgb(71,172,116); }
div.DivClassName
{
background-color: #47AC74;
}
.BgClassName
{
background-color: #47AC74;
}
</style>
border-color css
<style>
span { border-color: #47AC74; }
span { border-color: rgb(71,172,116); }
td.TdClassName
{
border-color: #47AC74;
}
.TagClassName
{
border-color: #47AC74;
}
</style>