Shades of Ocean Green #4B9C6D
Tints of Ocean Green #4B9C6D
RGB
CMYK
RGB Variations
Color information
#4B9C6D (or 0x4B9C6D) is known color: Ocean Green. HEX triplet: 4B, 9C and 6D. RGB value is (75,156,109). Sum of RGB (Red+Green+Blue) = 75+156+109=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9C6D is #B46392. Grayscale: #7E7E7E. Windows color (decimal): -11821971 or 7183435. OLE color: 7183435.
HSL color Cylindrical-coordinate representation of color #4B9C6D: hue angle of 145.19º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9C6D is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 156 | 109 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.39 |
| HSL | 145.19º | 0.35% | 0.45% | - |
| HSV(B) | 145.19º | 0.52% | 0.61% | - |
| XYZ | 17.55 | 26.38 | 18.63 | - |
| YUV | 126.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 156 | 109 | 0.52 | 0 | 0.30 | 0.39 | 145.19 | 0.35 | 0.45 |
| Hex | 4B | 9C | 6D | 34 | 0 | 1E | 27 | 91 | 23 | 2D |
| Octal | 113 | 234 | 155 | 64 | 0 | 36 | 47 | 221 | 43 | 55 |
| Binary | 1001011 | 10011100 | 1101101 | 110100 | 0 | 11110 | 100111 | 10010001 | 100011 | 101101 |
Color Harmonies of #4B9C6D
Complementary color
Monochromatic Colors of #4B9C6D
Black with #4B9C6D
Text Example
Text Example
White with #4B9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9C6D; }
p { color: rgb(75,156,109); }
H1.HeaderClassName
{
color: #4B9C6D;
}
.AnyTagClassName
{
color: #4B9C6D;
}
</style>
background-color css
<style>
a { background-color: #4B9C6D; }
a { background-color: rgb(75,156,109); }
div.DivClassName
{
background-color: #4B9C6D;
}
.BgClassName
{
background-color: #4B9C6D;
}
</style>
border-color css
<style>
span { border-color: #4B9C6D; }
span { border-color: rgb(75,156,109); }
td.TdClassName
{
border-color: #4B9C6D;
}
.TagClassName
{
border-color: #4B9C6D;
}
</style>