Shades of Ocean Green #4B936D
Tints of Ocean Green #4B936D
RGB
CMYK
RGB Variations
Color information
#4B936D (or 0x4B936D) is known color: Ocean Green. HEX triplet: 4B, 93 and 6D. RGB value is (75,147,109). Sum of RGB (Red+Green+Blue) = 75+147+109=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #4B936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B936D is #B46C92. Grayscale: #797979. Windows color (decimal): -11824275 or 7181131. OLE color: 7181131.
HSL color Cylindrical-coordinate representation of color #4B936D: hue angle of 148.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B936D is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 109 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.42 |
| HSL | 148.33º | 0.32% | 0.44% | - |
| HSV(B) | 148.33º | 0.49% | 0.58% | - |
| XYZ | 16.1 | 23.47 | 18.15 | - |
| YUV | 121.14 | 121.15 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 109 | 0.49 | 0 | 0.26 | 0.42 | 148.33 | 0.32 | 0.44 |
| Hex | 4B | 93 | 6D | 31 | 0 | 1A | 2A | 94 | 20 | 2C |
| Octal | 113 | 223 | 155 | 61 | 0 | 32 | 52 | 224 | 40 | 54 |
| Binary | 1001011 | 10010011 | 1101101 | 110001 | 0 | 11010 | 101010 | 10010100 | 100000 | 101100 |
Color Harmonies of #4B936D
Complementary color
Monochromatic Colors of #4B936D
Black with #4B936D
Text Example
Text Example
White with #4B936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B936D; }
p { color: rgb(75,147,109); }
H1.HeaderClassName
{
color: #4B936D;
}
.AnyTagClassName
{
color: #4B936D;
}
</style>
background-color css
<style>
a { background-color: #4B936D; }
a { background-color: rgb(75,147,109); }
div.DivClassName
{
background-color: #4B936D;
}
.BgClassName
{
background-color: #4B936D;
}
</style>
border-color css
<style>
span { border-color: #4B936D; }
span { border-color: rgb(75,147,109); }
td.TdClassName
{
border-color: #4B936D;
}
.TagClassName
{
border-color: #4B936D;
}
</style>