Shades of Ocean Green #4CAF73
Tints of Ocean Green #4CAF73
RGB
CMYK
RGB Variations
Color information
#4CAF73 (or 0x4CAF73) is known color: Ocean Green. HEX triplet: 4C, AF and 73. RGB value is (76,175,115). Sum of RGB (Red+Green+Blue) = 76+175+115=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAF73 is #B3508C. Grayscale: #8A8A8A. Windows color (decimal): -11751565 or 7581516. OLE color: 7581516.
HSL color Cylindrical-coordinate representation of color #4CAF73: hue angle of 143.64º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAF73 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 175 | 115 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.31 |
| HSL | 143.64º | 0.39% | 0.49% | - |
| HSV(B) | 143.64º | 0.57% | 0.69% | - |
| XYZ | 21.4 | 33.43 | 21.54 | - |
| YUV | 138.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 115 | 0.57 | 0 | 0.34 | 0.31 | 143.64 | 0.39 | 0.49 |
| Hex | 4C | AF | 73 | 39 | 0 | 22 | 1F | 90 | 27 | 31 |
| Octal | 114 | 257 | 163 | 71 | 0 | 42 | 37 | 220 | 47 | 61 |
| Binary | 1001100 | 10101111 | 1110011 | 111001 | 0 | 100010 | 11111 | 10010000 | 100111 | 110001 |
Color Harmonies of #4CAF73
Complementary color
Monochromatic Colors of #4CAF73
Black with #4CAF73
Text Example
Text Example
White with #4CAF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAF73; }
p { color: rgb(76,175,115); }
H1.HeaderClassName
{
color: #4CAF73;
}
.AnyTagClassName
{
color: #4CAF73;
}
</style>
background-color css
<style>
a { background-color: #4CAF73; }
a { background-color: rgb(76,175,115); }
div.DivClassName
{
background-color: #4CAF73;
}
.BgClassName
{
background-color: #4CAF73;
}
</style>
border-color css
<style>
span { border-color: #4CAF73; }
span { border-color: rgb(76,175,115); }
td.TdClassName
{
border-color: #4CAF73;
}
.TagClassName
{
border-color: #4CAF73;
}
</style>