Shades of Ocean Green #4BA27D
Tints of Ocean Green #4BA27D
RGB
CMYK
RGB Variations
Color information
#4BA27D (or 0x4BA27D) is known color: Ocean Green. HEX triplet: 4B, A2 and 7D. RGB value is (75,162,125). Sum of RGB (Red+Green+Blue) = 75+162+125=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA27D is #B45D82. Grayscale: #838383. Windows color (decimal): -11820419 or 8233547. OLE color: 8233547.
HSL color Cylindrical-coordinate representation of color #4BA27D: hue angle of 154.48º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA27D is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 162 | 125 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.36 |
| HSL | 154.48º | 0.37% | 0.46% | - |
| HSV(B) | 154.48º | 0.54% | 0.64% | - |
| XYZ | 19.52 | 28.82 | 23.94 | - |
| YUV | 131.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 162 | 125 | 0.54 | 0 | 0.23 | 0.36 | 154.48 | 0.37 | 0.46 |
| Hex | 4B | A2 | 7D | 36 | 0 | 17 | 24 | 9A | 25 | 2E |
| Octal | 113 | 242 | 175 | 66 | 0 | 27 | 44 | 232 | 45 | 56 |
| Binary | 1001011 | 10100010 | 1111101 | 110110 | 0 | 10111 | 100100 | 10011010 | 100101 | 101110 |
Color Harmonies of #4BA27D
Complementary color
Monochromatic Colors of #4BA27D
Black with #4BA27D
Text Example
Text Example
White with #4BA27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA27D; }
p { color: rgb(75,162,125); }
H1.HeaderClassName
{
color: #4BA27D;
}
.AnyTagClassName
{
color: #4BA27D;
}
</style>
background-color css
<style>
a { background-color: #4BA27D; }
a { background-color: rgb(75,162,125); }
div.DivClassName
{
background-color: #4BA27D;
}
.BgClassName
{
background-color: #4BA27D;
}
</style>
border-color css
<style>
span { border-color: #4BA27D; }
span { border-color: rgb(75,162,125); }
td.TdClassName
{
border-color: #4BA27D;
}
.TagClassName
{
border-color: #4BA27D;
}
</style>