Shades of Ocean Green #4DA26B
Tints of Ocean Green #4DA26B
RGB
CMYK
RGB Variations
Color information
#4DA26B (or 0x4DA26B) is known color: Ocean Green. HEX triplet: 4D, A2 and 6B. RGB value is (77,162,107). Sum of RGB (Red+Green+Blue) = 77+162+107=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA26B is #B25D94. Grayscale: #828282. Windows color (decimal): -11689365 or 7053901. OLE color: 7053901.
HSL color Cylindrical-coordinate representation of color #4DA26B: hue angle of 141.18º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA26B is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 162 | 107 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.36 |
| HSL | 141.18º | 0.36% | 0.47% | - |
| HSV(B) | 141.18º | 0.52% | 0.64% | - |
| XYZ | 18.63 | 28.48 | 18.42 | - |
| YUV | 130.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 107 | 0.52 | 0 | 0.34 | 0.36 | 141.18 | 0.36 | 0.47 |
| Hex | 4D | A2 | 6B | 34 | 0 | 22 | 24 | 8D | 24 | 2F |
| Octal | 115 | 242 | 153 | 64 | 0 | 42 | 44 | 215 | 44 | 57 |
| Binary | 1001101 | 10100010 | 1101011 | 110100 | 0 | 100010 | 100100 | 10001101 | 100100 | 101111 |
Color Harmonies of #4DA26B
Complementary color
Monochromatic Colors of #4DA26B
Black with #4DA26B
Text Example
Text Example
White with #4DA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA26B; }
p { color: rgb(77,162,107); }
H1.HeaderClassName
{
color: #4DA26B;
}
.AnyTagClassName
{
color: #4DA26B;
}
</style>
background-color css
<style>
a { background-color: #4DA26B; }
a { background-color: rgb(77,162,107); }
div.DivClassName
{
background-color: #4DA26B;
}
.BgClassName
{
background-color: #4DA26B;
}
</style>
border-color css
<style>
span { border-color: #4DA26B; }
span { border-color: rgb(77,162,107); }
td.TdClassName
{
border-color: #4DA26B;
}
.TagClassName
{
border-color: #4DA26B;
}
</style>