Shades of Ocean Green #4CB468
Tints of Ocean Green #4CB468
RGB
CMYK
RGB Variations
Color information
#4CB468 (or 0x4CB468) is known color: Ocean Green. HEX triplet: 4C, B4 and 68. RGB value is (76,180,104). Sum of RGB (Red+Green+Blue) = 76+180+104=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB468 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB468 is #B34B97. Grayscale: #8C8C8C. Windows color (decimal): -11750296 or 6861900. OLE color: 6861900.
HSL color Cylindrical-coordinate representation of color #4CB468: hue angle of 136.15º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB468 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 104 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.29 |
| HSL | 136.15º | 0.41% | 0.5% | - |
| HSV(B) | 136.15º | 0.58% | 0.71% | - |
| XYZ | 21.8 | 35.18 | 18.74 | - |
| YUV | 140.24 | 107.54 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 104 | 0.58 | 0 | 0.42 | 0.29 | 136.15 | 0.41 | 0.5 |
| Hex | 4C | B4 | 68 | 3A | 0 | 2A | 1D | 88 | 29 | 32 |
| Octal | 114 | 264 | 150 | 72 | 0 | 52 | 35 | 210 | 51 | 62 |
| Binary | 1001100 | 10110100 | 1101000 | 111010 | 0 | 101010 | 11101 | 10001000 | 101001 | 110010 |
Color Harmonies of #4CB468
Complementary color
Monochromatic Colors of #4CB468
Black with #4CB468
Text Example
Text Example
White with #4CB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB468; }
p { color: rgb(76,180,104); }
H1.HeaderClassName
{
color: #4CB468;
}
.AnyTagClassName
{
color: #4CB468;
}
</style>
background-color css
<style>
a { background-color: #4CB468; }
a { background-color: rgb(76,180,104); }
div.DivClassName
{
background-color: #4CB468;
}
.BgClassName
{
background-color: #4CB468;
}
</style>
border-color css
<style>
span { border-color: #4CB468; }
span { border-color: rgb(76,180,104); }
td.TdClassName
{
border-color: #4CB468;
}
.TagClassName
{
border-color: #4CB468;
}
</style>