Shades of Ocean Green #4CB16D
Tints of Ocean Green #4CB16D
RGB
CMYK
RGB Variations
Color information
#4CB16D (or 0x4CB16D) is known color: Ocean Green. HEX triplet: 4C, B1 and 6D. RGB value is (76,177,109). Sum of RGB (Red+Green+Blue) = 76+177+109=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB16D is #B34E92. Grayscale: #8B8B8B. Windows color (decimal): -11751059 or 7188812. OLE color: 7188812.
HSL color Cylindrical-coordinate representation of color #4CB16D: hue angle of 139.6º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB16D is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 177 | 109 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.31 |
| HSL | 139.6º | 0.4% | 0.5% | - |
| HSV(B) | 139.6º | 0.57% | 0.69% | - |
| XYZ | 21.46 | 34.08 | 19.92 | - |
| YUV | 139.05 | 111.04 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 177 | 109 | 0.57 | 0 | 0.38 | 0.31 | 139.6 | 0.4 | 0.5 |
| Hex | 4C | B1 | 6D | 39 | 0 | 26 | 1F | 8C | 28 | 32 |
| Octal | 114 | 261 | 155 | 71 | 0 | 46 | 37 | 214 | 50 | 62 |
| Binary | 1001100 | 10110001 | 1101101 | 111001 | 0 | 100110 | 11111 | 10001100 | 101000 | 110010 |
Color Harmonies of #4CB16D
Complementary color
Monochromatic Colors of #4CB16D
Black with #4CB16D
Text Example
Text Example
White with #4CB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB16D; }
p { color: rgb(76,177,109); }
H1.HeaderClassName
{
color: #4CB16D;
}
.AnyTagClassName
{
color: #4CB16D;
}
</style>
background-color css
<style>
a { background-color: #4CB16D; }
a { background-color: rgb(76,177,109); }
div.DivClassName
{
background-color: #4CB16D;
}
.BgClassName
{
background-color: #4CB16D;
}
</style>
border-color css
<style>
span { border-color: #4CB16D; }
span { border-color: rgb(76,177,109); }
td.TdClassName
{
border-color: #4CB16D;
}
.TagClassName
{
border-color: #4CB16D;
}
</style>