Shades of Ocean Green #4AA57B
Tints of Ocean Green #4AA57B
RGB
CMYK
RGB Variations
Color information
#4AA57B (or 0x4AA57B) is known color: Ocean Green. HEX triplet: 4A, A5 and 7B. RGB value is (74,165,123). Sum of RGB (Red+Green+Blue) = 74+165+123=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA57B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA57B is #B55A84. Grayscale: #858585. Windows color (decimal): -11885189 or 8103242. OLE color: 8103242.
HSL color Cylindrical-coordinate representation of color #4AA57B: hue angle of 152.31º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA57B is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 165 | 123 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.35 |
| HSL | 152.31º | 0.38% | 0.47% | - |
| HSV(B) | 152.31º | 0.55% | 0.65% | - |
| XYZ | 19.85 | 29.8 | 23.44 | - |
| YUV | 133 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 165 | 123 | 0.55 | 0 | 0.25 | 0.35 | 152.31 | 0.38 | 0.47 |
| Hex | 4A | A5 | 7B | 37 | 0 | 19 | 23 | 98 | 26 | 2F |
| Octal | 112 | 245 | 173 | 67 | 0 | 31 | 43 | 230 | 46 | 57 |
| Binary | 1001010 | 10100101 | 1111011 | 110111 | 0 | 11001 | 100011 | 10011000 | 100110 | 101111 |
Color Harmonies of #4AA57B
Complementary color
Monochromatic Colors of #4AA57B
Black with #4AA57B
Text Example
Text Example
White with #4AA57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA57B; }
p { color: rgb(74,165,123); }
H1.HeaderClassName
{
color: #4AA57B;
}
.AnyTagClassName
{
color: #4AA57B;
}
</style>
background-color css
<style>
a { background-color: #4AA57B; }
a { background-color: rgb(74,165,123); }
div.DivClassName
{
background-color: #4AA57B;
}
.BgClassName
{
background-color: #4AA57B;
}
</style>
border-color css
<style>
span { border-color: #4AA57B; }
span { border-color: rgb(74,165,123); }
td.TdClassName
{
border-color: #4AA57B;
}
.TagClassName
{
border-color: #4AA57B;
}
</style>