Shades of Ocean Green #4BAD68
Tints of Ocean Green #4BAD68
RGB
CMYK
RGB Variations
Color information
#4BAD68 (or 0x4BAD68) is known color: Ocean Green. HEX triplet: 4B, AD and 68. RGB value is (75,173,104). Sum of RGB (Red+Green+Blue) = 75+173+104=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD68 is #B45297. Grayscale: #888888. Windows color (decimal): -11817624 or 6860107. OLE color: 6860107.
HSL color Cylindrical-coordinate representation of color #4BAD68: hue angle of 137.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAD68 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 104 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.32 |
| HSL | 137.76º | 0.4% | 0.49% | - |
| HSV(B) | 137.76º | 0.57% | 0.68% | - |
| XYZ | 20.34 | 32.38 | 18.27 | - |
| YUV | 135.83 | 110.03 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 104 | 0.57 | 0 | 0.40 | 0.32 | 137.76 | 0.4 | 0.49 |
| Hex | 4B | AD | 68 | 39 | 0 | 28 | 20 | 8A | 28 | 31 |
| Octal | 113 | 255 | 150 | 71 | 0 | 50 | 40 | 212 | 50 | 61 |
| Binary | 1001011 | 10101101 | 1101000 | 111001 | 0 | 101000 | 100000 | 10001010 | 101000 | 110001 |
Color Harmonies of #4BAD68
Complementary color
Monochromatic Colors of #4BAD68
Black with #4BAD68
Text Example
Text Example
White with #4BAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAD68; }
p { color: rgb(75,173,104); }
H1.HeaderClassName
{
color: #4BAD68;
}
.AnyTagClassName
{
color: #4BAD68;
}
</style>
background-color css
<style>
a { background-color: #4BAD68; }
a { background-color: rgb(75,173,104); }
div.DivClassName
{
background-color: #4BAD68;
}
.BgClassName
{
background-color: #4BAD68;
}
</style>
border-color css
<style>
span { border-color: #4BAD68; }
span { border-color: rgb(75,173,104); }
td.TdClassName
{
border-color: #4BAD68;
}
.TagClassName
{
border-color: #4BAD68;
}
</style>