Shades of Ocean Green #4CB673
Tints of Ocean Green #4CB673
RGB
CMYK
RGB Variations
Color information
#4CB673 (or 0x4CB673) is known color: Ocean Green. HEX triplet: 4C, B6 and 73. RGB value is (76,182,115). Sum of RGB (Red+Green+Blue) = 76+182+115=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB673 is #B3498C. Grayscale: #8E8E8E. Windows color (decimal): -11749773 or 7583308. OLE color: 7583308.
HSL color Cylindrical-coordinate representation of color #4CB673: hue angle of 142.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB673 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 182 | 115 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.29 |
| HSL | 142.08º | 0.42% | 0.51% | - |
| HSV(B) | 142.08º | 0.58% | 0.71% | - |
| XYZ | 22.8 | 36.23 | 22.01 | - |
| YUV | 142.67 | 112.38 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 182 | 115 | 0.58 | 0 | 0.37 | 0.29 | 142.08 | 0.42 | 0.51 |
| Hex | 4C | B6 | 73 | 3A | 0 | 25 | 1D | 8E | 2A | 33 |
| Octal | 114 | 266 | 163 | 72 | 0 | 45 | 35 | 216 | 52 | 63 |
| Binary | 1001100 | 10110110 | 1110011 | 111010 | 0 | 100101 | 11101 | 10001110 | 101010 | 110011 |
Color Harmonies of #4CB673
Complementary color
Monochromatic Colors of #4CB673
Black with #4CB673
Text Example
Text Example
White with #4CB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB673; }
p { color: rgb(76,182,115); }
H1.HeaderClassName
{
color: #4CB673;
}
.AnyTagClassName
{
color: #4CB673;
}
</style>
background-color css
<style>
a { background-color: #4CB673; }
a { background-color: rgb(76,182,115); }
div.DivClassName
{
background-color: #4CB673;
}
.BgClassName
{
background-color: #4CB673;
}
</style>
border-color css
<style>
span { border-color: #4CB673; }
span { border-color: rgb(76,182,115); }
td.TdClassName
{
border-color: #4CB673;
}
.TagClassName
{
border-color: #4CB673;
}
</style>