Shades of Ocean Green #4CAA72
Tints of Ocean Green #4CAA72
RGB
CMYK
RGB Variations
Color information
#4CAA72 (or 0x4CAA72) is known color: Ocean Green. HEX triplet: 4C, AA and 72. RGB value is (76,170,114). Sum of RGB (Red+Green+Blue) = 76+170+114=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA72 is #B3558D. Grayscale: #878787. Windows color (decimal): -11752846 or 7514700. OLE color: 7514700.
HSL color Cylindrical-coordinate representation of color #4CAA72: hue angle of 144.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CAA72 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 114 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.33 |
| HSL | 144.26º | 0.38% | 0.48% | - |
| HSV(B) | 144.26º | 0.55% | 0.67% | - |
| XYZ | 20.39 | 31.5 | 20.93 | - |
| YUV | 135.51 | 115.86 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 114 | 0.55 | 0 | 0.33 | 0.33 | 144.26 | 0.38 | 0.48 |
| Hex | 4C | AA | 72 | 37 | 0 | 21 | 21 | 90 | 26 | 30 |
| Octal | 114 | 252 | 162 | 67 | 0 | 41 | 41 | 220 | 46 | 60 |
| Binary | 1001100 | 10101010 | 1110010 | 110111 | 0 | 100001 | 100001 | 10010000 | 100110 | 110000 |
Color Harmonies of #4CAA72
Complementary color
Monochromatic Colors of #4CAA72
Black with #4CAA72
Text Example
Text Example
White with #4CAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA72; }
p { color: rgb(76,170,114); }
H1.HeaderClassName
{
color: #4CAA72;
}
.AnyTagClassName
{
color: #4CAA72;
}
</style>
background-color css
<style>
a { background-color: #4CAA72; }
a { background-color: rgb(76,170,114); }
div.DivClassName
{
background-color: #4CAA72;
}
.BgClassName
{
background-color: #4CAA72;
}
</style>
border-color css
<style>
span { border-color: #4CAA72; }
span { border-color: rgb(76,170,114); }
td.TdClassName
{
border-color: #4CAA72;
}
.TagClassName
{
border-color: #4CAA72;
}
</style>