Shades of Ocean Green #4CB469
Tints of Ocean Green #4CB469
RGB
CMYK
RGB Variations
Color information
#4CB469 (or 0x4CB469) is known color: Ocean Green. HEX triplet: 4C, B4 and 69. RGB value is (76,180,105). Sum of RGB (Red+Green+Blue) = 76+180+105=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB469 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB469 is #B34B96. Grayscale: #8C8C8C. Windows color (decimal): -11750295 or 6927436. OLE color: 6927436.
HSL color Cylindrical-coordinate representation of color #4CB469: hue angle of 136.73º 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 #4CB469 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 105 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.29 |
| HSL | 136.73º | 0.41% | 0.5% | - |
| HSV(B) | 136.73º | 0.58% | 0.71% | - |
| XYZ | 21.85 | 35.2 | 19.01 | - |
| YUV | 140.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 105 | 0.58 | 0 | 0.42 | 0.29 | 136.73 | 0.41 | 0.5 |
| Hex | 4C | B4 | 69 | 3A | 0 | 2A | 1D | 89 | 29 | 32 |
| Octal | 114 | 264 | 151 | 72 | 0 | 52 | 35 | 211 | 51 | 62 |
| Binary | 1001100 | 10110100 | 1101001 | 111010 | 0 | 101010 | 11101 | 10001001 | 101001 | 110010 |
Color Harmonies of #4CB469
Complementary color
Monochromatic Colors of #4CB469
Black with #4CB469
Text Example
Text Example
White with #4CB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB469; }
p { color: rgb(76,180,105); }
H1.HeaderClassName
{
color: #4CB469;
}
.AnyTagClassName
{
color: #4CB469;
}
</style>
background-color css
<style>
a { background-color: #4CB469; }
a { background-color: rgb(76,180,105); }
div.DivClassName
{
background-color: #4CB469;
}
.BgClassName
{
background-color: #4CB469;
}
</style>
border-color css
<style>
span { border-color: #4CB469; }
span { border-color: rgb(76,180,105); }
td.TdClassName
{
border-color: #4CB469;
}
.TagClassName
{
border-color: #4CB469;
}
</style>