Shades of Ocean Green #4B956B
Tints of Ocean Green #4B956B
RGB
CMYK
RGB Variations
Color information
#4B956B (or 0x4B956B) is known color: Ocean Green. HEX triplet: 4B, 95 and 6B. RGB value is (75,149,107). Sum of RGB (Red+Green+Blue) = 75+149+107=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #4B956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B956B is #B46A94. Grayscale: #7A7A7A. Windows color (decimal): -11823765 or 7050571. OLE color: 7050571.
HSL color Cylindrical-coordinate representation of color #4B956B: hue angle of 145.95º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B956B is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 107 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.42 |
| HSL | 145.95º | 0.33% | 0.44% | - |
| HSV(B) | 145.95º | 0.5% | 0.58% | - |
| XYZ | 16.3 | 24.05 | 17.69 | - |
| YUV | 122.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 107 | 0.50 | 0 | 0.28 | 0.42 | 145.95 | 0.33 | 0.44 |
| Hex | 4B | 95 | 6B | 32 | 0 | 1C | 2A | 92 | 21 | 2C |
| Octal | 113 | 225 | 153 | 62 | 0 | 34 | 52 | 222 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1101011 | 110010 | 0 | 11100 | 101010 | 10010010 | 100001 | 101100 |
Color Harmonies of #4B956B
Complementary color
Monochromatic Colors of #4B956B
Black with #4B956B
Text Example
Text Example
White with #4B956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B956B; }
p { color: rgb(75,149,107); }
H1.HeaderClassName
{
color: #4B956B;
}
.AnyTagClassName
{
color: #4B956B;
}
</style>
background-color css
<style>
a { background-color: #4B956B; }
a { background-color: rgb(75,149,107); }
div.DivClassName
{
background-color: #4B956B;
}
.BgClassName
{
background-color: #4B956B;
}
</style>
border-color css
<style>
span { border-color: #4B956B; }
span { border-color: rgb(75,149,107); }
td.TdClassName
{
border-color: #4B956B;
}
.TagClassName
{
border-color: #4B956B;
}
</style>