Shades of Ocean Green #4CB064
Tints of Ocean Green #4CB064
RGB
CMYK
RGB Variations
Color information
#4CB064 (or 0x4CB064) is known color: Ocean Green. HEX triplet: 4C, B0 and 64. RGB value is (76,176,100). Sum of RGB (Red+Green+Blue) = 76+176+100=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB064 is #B34F9B. Grayscale: #898989. Windows color (decimal): -11751324 or 6598732. OLE color: 6598732.
HSL color Cylindrical-coordinate representation of color #4CB064: hue angle of 134.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB064 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 100 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.31 |
| HSL | 134.4º | 0.4% | 0.49% | - |
| HSV(B) | 134.4º | 0.57% | 0.69% | - |
| XYZ | 20.81 | 33.51 | 17.43 | - |
| YUV | 137.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 100 | 0.57 | 0 | 0.43 | 0.31 | 134.4 | 0.4 | 0.49 |
| Hex | 4C | B0 | 64 | 39 | 0 | 2B | 1F | 86 | 28 | 31 |
| Octal | 114 | 260 | 144 | 71 | 0 | 53 | 37 | 206 | 50 | 61 |
| Binary | 1001100 | 10110000 | 1100100 | 111001 | 0 | 101011 | 11111 | 10000110 | 101000 | 110001 |
Color Harmonies of #4CB064
Complementary color
Monochromatic Colors of #4CB064
Black with #4CB064
Text Example
Text Example
White with #4CB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB064; }
p { color: rgb(76,176,100); }
H1.HeaderClassName
{
color: #4CB064;
}
.AnyTagClassName
{
color: #4CB064;
}
</style>
background-color css
<style>
a { background-color: #4CB064; }
a { background-color: rgb(76,176,100); }
div.DivClassName
{
background-color: #4CB064;
}
.BgClassName
{
background-color: #4CB064;
}
</style>
border-color css
<style>
span { border-color: #4CB064; }
span { border-color: rgb(76,176,100); }
td.TdClassName
{
border-color: #4CB064;
}
.TagClassName
{
border-color: #4CB064;
}
</style>