Shades of Ocean Green #4CB373
Tints of Ocean Green #4CB373
RGB
CMYK
RGB Variations
Color information
#4CB373 (or 0x4CB373) is known color: Ocean Green. HEX triplet: 4C, B3 and 73. RGB value is (76,179,115). Sum of RGB (Red+Green+Blue) = 76+179+115=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB373 is #B34C8C. Grayscale: #8D8D8D. Windows color (decimal): -11750541 or 7582540. OLE color: 7582540.
HSL color Cylindrical-coordinate representation of color #4CB373: hue angle of 142.72º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB373 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 115 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.30 |
| HSL | 142.72º | 0.4% | 0.5% | - |
| HSV(B) | 142.72º | 0.58% | 0.7% | - |
| XYZ | 22.2 | 35.01 | 21.81 | - |
| YUV | 140.91 | 113.38 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 115 | 0.58 | 0 | 0.36 | 0.30 | 142.72 | 0.4 | 0.5 |
| Hex | 4C | B3 | 73 | 3A | 0 | 24 | 1E | 8F | 28 | 32 |
| Octal | 114 | 263 | 163 | 72 | 0 | 44 | 36 | 217 | 50 | 62 |
| Binary | 1001100 | 10110011 | 1110011 | 111010 | 0 | 100100 | 11110 | 10001111 | 101000 | 110010 |
Color Harmonies of #4CB373
Complementary color
Monochromatic Colors of #4CB373
Black with #4CB373
Text Example
Text Example
White with #4CB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB373; }
p { color: rgb(76,179,115); }
H1.HeaderClassName
{
color: #4CB373;
}
.AnyTagClassName
{
color: #4CB373;
}
</style>
background-color css
<style>
a { background-color: #4CB373; }
a { background-color: rgb(76,179,115); }
div.DivClassName
{
background-color: #4CB373;
}
.BgClassName
{
background-color: #4CB373;
}
</style>
border-color css
<style>
span { border-color: #4CB373; }
span { border-color: rgb(76,179,115); }
td.TdClassName
{
border-color: #4CB373;
}
.TagClassName
{
border-color: #4CB373;
}
</style>