Shades of Ocean Green #4CB26D
Tints of Ocean Green #4CB26D
RGB
CMYK
RGB Variations
Color information
#4CB26D (or 0x4CB26D) is known color: Ocean Green. HEX triplet: 4C, B2 and 6D. RGB value is (76,178,109). Sum of RGB (Red+Green+Blue) = 76+178+109=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB26D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB26D is #B34D92. Grayscale: #8B8B8B. Windows color (decimal): -11750803 or 7189068. OLE color: 7189068.
HSL color Cylindrical-coordinate representation of color #4CB26D: hue angle of 139.41º 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 #4CB26D is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 178 | 109 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.30 |
| HSL | 139.41º | 0.4% | 0.5% | - |
| HSV(B) | 139.41º | 0.57% | 0.7% | - |
| XYZ | 21.66 | 34.48 | 19.98 | - |
| YUV | 139.64 | 110.71 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 178 | 109 | 0.57 | 0 | 0.39 | 0.30 | 139.41 | 0.4 | 0.5 |
| Hex | 4C | B2 | 6D | 39 | 0 | 27 | 1E | 8B | 28 | 32 |
| Octal | 114 | 262 | 155 | 71 | 0 | 47 | 36 | 213 | 50 | 62 |
| Binary | 1001100 | 10110010 | 1101101 | 111001 | 0 | 100111 | 11110 | 10001011 | 101000 | 110010 |
Color Harmonies of #4CB26D
Complementary color
Monochromatic Colors of #4CB26D
Black with #4CB26D
Text Example
Text Example
White with #4CB26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB26D; }
p { color: rgb(76,178,109); }
H1.HeaderClassName
{
color: #4CB26D;
}
.AnyTagClassName
{
color: #4CB26D;
}
</style>
background-color css
<style>
a { background-color: #4CB26D; }
a { background-color: rgb(76,178,109); }
div.DivClassName
{
background-color: #4CB26D;
}
.BgClassName
{
background-color: #4CB26D;
}
</style>
border-color css
<style>
span { border-color: #4CB26D; }
span { border-color: rgb(76,178,109); }
td.TdClassName
{
border-color: #4CB26D;
}
.TagClassName
{
border-color: #4CB26D;
}
</style>