Shades of Ocean Green #4CA481
Tints of Ocean Green #4CA481
RGB
CMYK
RGB Variations
Color information
#4CA481 (or 0x4CA481) is known color: Ocean Green. HEX triplet: 4C, A4 and 81. RGB value is (76,164,129). Sum of RGB (Red+Green+Blue) = 76+164+129=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA481 is #B35B7E. Grayscale: #858585. Windows color (decimal): -11754367 or 8496204. OLE color: 8496204.
HSL color Cylindrical-coordinate representation of color #4CA481: hue angle of 156.14º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA481 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 164 | 129 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.36 |
| HSL | 156.14º | 0.37% | 0.47% | - |
| HSV(B) | 156.14º | 0.54% | 0.64% | - |
| XYZ | 20.22 | 29.67 | 25.43 | - |
| YUV | 133.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 164 | 129 | 0.54 | 0 | 0.21 | 0.36 | 156.14 | 0.37 | 0.47 |
| Hex | 4C | A4 | 81 | 36 | 0 | 15 | 24 | 9C | 25 | 2F |
| Octal | 114 | 244 | 201 | 66 | 0 | 25 | 44 | 234 | 45 | 57 |
| Binary | 1001100 | 10100100 | 10000001 | 110110 | 0 | 10101 | 100100 | 10011100 | 100101 | 101111 |
Color Harmonies of #4CA481
Complementary color
Monochromatic Colors of #4CA481
Black with #4CA481
Text Example
Text Example
White with #4CA481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA481; }
p { color: rgb(76,164,129); }
H1.HeaderClassName
{
color: #4CA481;
}
.AnyTagClassName
{
color: #4CA481;
}
</style>
background-color css
<style>
a { background-color: #4CA481; }
a { background-color: rgb(76,164,129); }
div.DivClassName
{
background-color: #4CA481;
}
.BgClassName
{
background-color: #4CA481;
}
</style>
border-color css
<style>
span { border-color: #4CA481; }
span { border-color: rgb(76,164,129); }
td.TdClassName
{
border-color: #4CA481;
}
.TagClassName
{
border-color: #4CA481;
}
</style>