Shades of Ocean Green #4CA27A
Tints of Ocean Green #4CA27A
RGB
CMYK
RGB Variations
Color information
#4CA27A (or 0x4CA27A) is known color: Ocean Green. HEX triplet: 4C, A2 and 7A. RGB value is (76,162,122). Sum of RGB (Red+Green+Blue) = 76+162+122=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA27A is #B35D85. Grayscale: #838383. Windows color (decimal): -11754886 or 8036940. OLE color: 8036940.
HSL color Cylindrical-coordinate representation of color #4CA27A: hue angle of 152.09º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA27A is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 122 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.36 |
| HSL | 152.09º | 0.36% | 0.47% | - |
| HSV(B) | 152.09º | 0.53% | 0.64% | - |
| XYZ | 19.41 | 28.78 | 22.94 | - |
| YUV | 131.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 122 | 0.53 | 0 | 0.25 | 0.36 | 152.09 | 0.36 | 0.47 |
| Hex | 4C | A2 | 7A | 35 | 0 | 19 | 24 | 98 | 24 | 2F |
| Octal | 114 | 242 | 172 | 65 | 0 | 31 | 44 | 230 | 44 | 57 |
| Binary | 1001100 | 10100010 | 1111010 | 110101 | 0 | 11001 | 100100 | 10011000 | 100100 | 101111 |
Color Harmonies of #4CA27A
Complementary color
Monochromatic Colors of #4CA27A
Black with #4CA27A
Text Example
Text Example
White with #4CA27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA27A; }
p { color: rgb(76,162,122); }
H1.HeaderClassName
{
color: #4CA27A;
}
.AnyTagClassName
{
color: #4CA27A;
}
</style>
background-color css
<style>
a { background-color: #4CA27A; }
a { background-color: rgb(76,162,122); }
div.DivClassName
{
background-color: #4CA27A;
}
.BgClassName
{
background-color: #4CA27A;
}
</style>
border-color css
<style>
span { border-color: #4CA27A; }
span { border-color: rgb(76,162,122); }
td.TdClassName
{
border-color: #4CA27A;
}
.TagClassName
{
border-color: #4CA27A;
}
</style>