Shades of Ocean Green #4BAC6D
Tints of Ocean Green #4BAC6D
RGB
CMYK
RGB Variations
Color information
#4BAC6D (or 0x4BAC6D) is known color: Ocean Green. HEX triplet: 4B, AC and 6D. RGB value is (75,172,109). Sum of RGB (Red+Green+Blue) = 75+172+109=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC6D is #B45392. Grayscale: #878787. Windows color (decimal): -11817875 or 7187531. OLE color: 7187531.
HSL color Cylindrical-coordinate representation of color #4BAC6D: hue angle of 141.03º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC6D is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 109 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.33 |
| HSL | 141.03º | 0.39% | 0.48% | - |
| HSV(B) | 141.03º | 0.56% | 0.67% | - |
| XYZ | 20.41 | 32.11 | 19.59 | - |
| YUV | 135.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 109 | 0.56 | 0 | 0.37 | 0.33 | 141.03 | 0.39 | 0.48 |
| Hex | 4B | AC | 6D | 38 | 0 | 25 | 21 | 8D | 27 | 30 |
| Octal | 113 | 254 | 155 | 70 | 0 | 45 | 41 | 215 | 47 | 60 |
| Binary | 1001011 | 10101100 | 1101101 | 111000 | 0 | 100101 | 100001 | 10001101 | 100111 | 110000 |
Color Harmonies of #4BAC6D
Complementary color
Monochromatic Colors of #4BAC6D
Black with #4BAC6D
Text Example
Text Example
White with #4BAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC6D; }
p { color: rgb(75,172,109); }
H1.HeaderClassName
{
color: #4BAC6D;
}
.AnyTagClassName
{
color: #4BAC6D;
}
</style>
background-color css
<style>
a { background-color: #4BAC6D; }
a { background-color: rgb(75,172,109); }
div.DivClassName
{
background-color: #4BAC6D;
}
.BgClassName
{
background-color: #4BAC6D;
}
</style>
border-color css
<style>
span { border-color: #4BAC6D; }
span { border-color: rgb(75,172,109); }
td.TdClassName
{
border-color: #4BAC6D;
}
.TagClassName
{
border-color: #4BAC6D;
}
</style>