Shades of Ocean Green #4B936A
Tints of Ocean Green #4B936A
RGB
CMYK
RGB Variations
Color information
#4B936A (or 0x4B936A) is known color: Ocean Green. HEX triplet: 4B, 93 and 6A. RGB value is (75,147,106). Sum of RGB (Red+Green+Blue) = 75+147+106=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #4B936A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B936A is #B46C95. Grayscale: #787878. Windows color (decimal): -11824278 or 6984523. OLE color: 6984523.
HSL color Cylindrical-coordinate representation of color #4B936A: hue angle of 145.83º 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 #4B936A is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 106 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.42 |
| HSL | 145.83º | 0.32% | 0.44% | - |
| HSV(B) | 145.83º | 0.49% | 0.58% | - |
| XYZ | 15.94 | 23.4 | 17.31 | - |
| YUV | 120.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 106 | 0.49 | 0 | 0.28 | 0.42 | 145.83 | 0.32 | 0.44 |
| Hex | 4B | 93 | 6A | 31 | 0 | 1C | 2A | 92 | 20 | 2C |
| Octal | 113 | 223 | 152 | 61 | 0 | 34 | 52 | 222 | 40 | 54 |
| Binary | 1001011 | 10010011 | 1101010 | 110001 | 0 | 11100 | 101010 | 10010010 | 100000 | 101100 |
Color Harmonies of #4B936A
Complementary color
Monochromatic Colors of #4B936A
Black with #4B936A
Text Example
Text Example
White with #4B936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B936A; }
p { color: rgb(75,147,106); }
H1.HeaderClassName
{
color: #4B936A;
}
.AnyTagClassName
{
color: #4B936A;
}
</style>
background-color css
<style>
a { background-color: #4B936A; }
a { background-color: rgb(75,147,106); }
div.DivClassName
{
background-color: #4B936A;
}
.BgClassName
{
background-color: #4B936A;
}
</style>
border-color css
<style>
span { border-color: #4B936A; }
span { border-color: rgb(75,147,106); }
td.TdClassName
{
border-color: #4B936A;
}
.TagClassName
{
border-color: #4B936A;
}
</style>