Shades of Ocean Green #4BAC7D
Tints of Ocean Green #4BAC7D
RGB
CMYK
RGB Variations
Color information
#4BAC7D (or 0x4BAC7D) is known color: Ocean Green. HEX triplet: 4B, AC and 7D. RGB value is (75,172,125). Sum of RGB (Red+Green+Blue) = 75+172+125=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC7D is #B45382. Grayscale: #898989. Windows color (decimal): -11817859 or 8236107. OLE color: 8236107.
HSL color Cylindrical-coordinate representation of color #4BAC7D: hue angle of 150.93º 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 #4BAC7D is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 125 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.33 |
| HSL | 150.93º | 0.39% | 0.48% | - |
| HSV(B) | 150.93º | 0.56% | 0.67% | - |
| XYZ | 21.36 | 32.48 | 24.55 | - |
| YUV | 137.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 125 | 0.56 | 0 | 0.27 | 0.33 | 150.93 | 0.39 | 0.48 |
| Hex | 4B | AC | 7D | 38 | 0 | 1B | 21 | 97 | 27 | 30 |
| Octal | 113 | 254 | 175 | 70 | 0 | 33 | 41 | 227 | 47 | 60 |
| Binary | 1001011 | 10101100 | 1111101 | 111000 | 0 | 11011 | 100001 | 10010111 | 100111 | 110000 |
Color Harmonies of #4BAC7D
Complementary color
Monochromatic Colors of #4BAC7D
Black with #4BAC7D
Text Example
Text Example
White with #4BAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC7D; }
p { color: rgb(75,172,125); }
H1.HeaderClassName
{
color: #4BAC7D;
}
.AnyTagClassName
{
color: #4BAC7D;
}
</style>
background-color css
<style>
a { background-color: #4BAC7D; }
a { background-color: rgb(75,172,125); }
div.DivClassName
{
background-color: #4BAC7D;
}
.BgClassName
{
background-color: #4BAC7D;
}
</style>
border-color css
<style>
span { border-color: #4BAC7D; }
span { border-color: rgb(75,172,125); }
td.TdClassName
{
border-color: #4BAC7D;
}
.TagClassName
{
border-color: #4BAC7D;
}
</style>