Shades of Ocean Green #4AB36D
Tints of Ocean Green #4AB36D
RGB
CMYK
RGB Variations
Color information
#4AB36D (or 0x4AB36D) is known color: Ocean Green. HEX triplet: 4A, B3 and 6D. RGB value is (74,179,109). Sum of RGB (Red+Green+Blue) = 74+179+109=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB36D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB36D is #B54C92. Grayscale: #8B8B8B. Windows color (decimal): -11881619 or 7189322. OLE color: 7189322.
HSL color Cylindrical-coordinate representation of color #4AB36D: hue angle of 140º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB36D is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 109 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.30 |
| HSL | 140º | 0.42% | 0.5% | - |
| HSV(B) | 140º | 0.59% | 0.7% | - |
| XYZ | 21.7 | 34.8 | 20.04 | - |
| YUV | 139.63 | 110.71 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 109 | 0.59 | 0 | 0.39 | 0.30 | 140 | 0.42 | 0.5 |
| Hex | 4A | B3 | 6D | 3B | 0 | 27 | 1E | 8C | 2A | 32 |
| Octal | 112 | 263 | 155 | 73 | 0 | 47 | 36 | 214 | 52 | 62 |
| Binary | 1001010 | 10110011 | 1101101 | 111011 | 0 | 100111 | 11110 | 10001100 | 101010 | 110010 |
Color Harmonies of #4AB36D
Complementary color
Monochromatic Colors of #4AB36D
Black with #4AB36D
Text Example
Text Example
White with #4AB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB36D; }
p { color: rgb(74,179,109); }
H1.HeaderClassName
{
color: #4AB36D;
}
.AnyTagClassName
{
color: #4AB36D;
}
</style>
background-color css
<style>
a { background-color: #4AB36D; }
a { background-color: rgb(74,179,109); }
div.DivClassName
{
background-color: #4AB36D;
}
.BgClassName
{
background-color: #4AB36D;
}
</style>
border-color css
<style>
span { border-color: #4AB36D; }
span { border-color: rgb(74,179,109); }
td.TdClassName
{
border-color: #4AB36D;
}
.TagClassName
{
border-color: #4AB36D;
}
</style>