Shades of Ocean Green #4AB365
Tints of Ocean Green #4AB365
RGB
CMYK
RGB Variations
Color information
#4AB365 (or 0x4AB365) is known color: Ocean Green. HEX triplet: 4A, B3 and 65. RGB value is (74,179,101). Sum of RGB (Red+Green+Blue) = 74+179+101=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB365 is #B54C9A. Grayscale: #8A8A8A. Windows color (decimal): -11881627 or 6665034. OLE color: 6665034.
HSL color Cylindrical-coordinate representation of color #4AB365: hue angle of 135.43º 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 #4AB365 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 101 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.30 |
| HSL | 135.43º | 0.42% | 0.5% | - |
| HSV(B) | 135.43º | 0.59% | 0.7% | - |
| XYZ | 21.29 | 34.64 | 17.88 | - |
| YUV | 138.71 | 106.71 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 101 | 0.59 | 0 | 0.44 | 0.30 | 135.43 | 0.42 | 0.5 |
| Hex | 4A | B3 | 65 | 3B | 0 | 2C | 1E | 87 | 2A | 32 |
| Octal | 112 | 263 | 145 | 73 | 0 | 54 | 36 | 207 | 52 | 62 |
| Binary | 1001010 | 10110011 | 1100101 | 111011 | 0 | 101100 | 11110 | 10000111 | 101010 | 110010 |
Color Harmonies of #4AB365
Complementary color
Monochromatic Colors of #4AB365
Black with #4AB365
Text Example
Text Example
White with #4AB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB365; }
p { color: rgb(74,179,101); }
H1.HeaderClassName
{
color: #4AB365;
}
.AnyTagClassName
{
color: #4AB365;
}
</style>
background-color css
<style>
a { background-color: #4AB365; }
a { background-color: rgb(74,179,101); }
div.DivClassName
{
background-color: #4AB365;
}
.BgClassName
{
background-color: #4AB365;
}
</style>
border-color css
<style>
span { border-color: #4AB365; }
span { border-color: rgb(74,179,101); }
td.TdClassName
{
border-color: #4AB365;
}
.TagClassName
{
border-color: #4AB365;
}
</style>