Shades of Ocean Green #4AA375
Tints of Ocean Green #4AA375
RGB
CMYK
RGB Variations
Color information
#4AA375 (or 0x4AA375) is known color: Ocean Green. HEX triplet: 4A, A3 and 75. RGB value is (74,163,117). Sum of RGB (Red+Green+Blue) = 74+163+117=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA375 is #B55C8A. Grayscale: #838383. Windows color (decimal): -11885707 or 7709514. OLE color: 7709514.
HSL color Cylindrical-coordinate representation of color #4AA375: hue angle of 148.99º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA375 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 163 | 117 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.36 |
| HSL | 148.99º | 0.38% | 0.46% | - |
| HSV(B) | 148.99º | 0.55% | 0.64% | - |
| XYZ | 19.13 | 28.93 | 21.41 | - |
| YUV | 131.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 163 | 117 | 0.55 | 0 | 0.28 | 0.36 | 148.99 | 0.38 | 0.46 |
| Hex | 4A | A3 | 75 | 37 | 0 | 1C | 24 | 95 | 26 | 2E |
| Octal | 112 | 243 | 165 | 67 | 0 | 34 | 44 | 225 | 46 | 56 |
| Binary | 1001010 | 10100011 | 1110101 | 110111 | 0 | 11100 | 100100 | 10010101 | 100110 | 101110 |
Color Harmonies of #4AA375
Complementary color
Monochromatic Colors of #4AA375
Black with #4AA375
Text Example
Text Example
White with #4AA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA375; }
p { color: rgb(74,163,117); }
H1.HeaderClassName
{
color: #4AA375;
}
.AnyTagClassName
{
color: #4AA375;
}
</style>
background-color css
<style>
a { background-color: #4AA375; }
a { background-color: rgb(74,163,117); }
div.DivClassName
{
background-color: #4AA375;
}
.BgClassName
{
background-color: #4AA375;
}
</style>
border-color css
<style>
span { border-color: #4AA375; }
span { border-color: rgb(74,163,117); }
td.TdClassName
{
border-color: #4AA375;
}
.TagClassName
{
border-color: #4AA375;
}
</style>