Shades of Ocean Green #4CB275
Tints of Ocean Green #4CB275
RGB
CMYK
RGB Variations
Color information
#4CB275 (or 0x4CB275) is known color: Ocean Green. HEX triplet: 4C, B2 and 75. RGB value is (76,178,117). Sum of RGB (Red+Green+Blue) = 76+178+117=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB275 is #B34D8A. Grayscale: #8C8C8C. Windows color (decimal): -11750795 or 7713356. OLE color: 7713356.
HSL color Cylindrical-coordinate representation of color #4CB275: hue angle of 144.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB275 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 178 | 117 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.30 |
| HSL | 144.12º | 0.4% | 0.5% | - |
| HSV(B) | 144.12º | 0.57% | 0.7% | - |
| XYZ | 22.11 | 34.66 | 22.35 | - |
| YUV | 140.55 | 114.71 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 178 | 117 | 0.57 | 0 | 0.34 | 0.30 | 144.12 | 0.4 | 0.5 |
| Hex | 4C | B2 | 75 | 39 | 0 | 22 | 1E | 90 | 28 | 32 |
| Octal | 114 | 262 | 165 | 71 | 0 | 42 | 36 | 220 | 50 | 62 |
| Binary | 1001100 | 10110010 | 1110101 | 111001 | 0 | 100010 | 11110 | 10010000 | 101000 | 110010 |
Color Harmonies of #4CB275
Complementary color
Monochromatic Colors of #4CB275
Black with #4CB275
Text Example
Text Example
White with #4CB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB275; }
p { color: rgb(76,178,117); }
H1.HeaderClassName
{
color: #4CB275;
}
.AnyTagClassName
{
color: #4CB275;
}
</style>
background-color css
<style>
a { background-color: #4CB275; }
a { background-color: rgb(76,178,117); }
div.DivClassName
{
background-color: #4CB275;
}
.BgClassName
{
background-color: #4CB275;
}
</style>
border-color css
<style>
span { border-color: #4CB275; }
span { border-color: rgb(76,178,117); }
td.TdClassName
{
border-color: #4CB275;
}
.TagClassName
{
border-color: #4CB275;
}
</style>