Shades of Ocean Green #419870
Tints of Ocean Green #419870
RGB
CMYK
RGB Variations
Color information
#419870 (or 0x419870) is known color: Ocean Green. HEX triplet: 41, 98 and 70. RGB value is (65,152,112). Sum of RGB (Red+Green+Blue) = 65+152+112=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #419870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419870 is #BE678F. Grayscale: #797979. Windows color (decimal): -12478352 or 7379009. OLE color: 7379009.
HSL color Cylindrical-coordinate representation of color #419870: hue angle of 152.41º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419870 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 152 | 112 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.40 |
| HSL | 152.41º | 0.4% | 0.43% | - |
| HSV(B) | 152.41º | 0.57% | 0.6% | - |
| XYZ | 16.33 | 24.75 | 19.25 | - |
| YUV | 121.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 152 | 112 | 0.57 | 0 | 0.26 | 0.40 | 152.41 | 0.4 | 0.43 |
| Hex | 41 | 98 | 70 | 39 | 0 | 1A | 28 | 98 | 28 | 2B |
| Octal | 101 | 230 | 160 | 71 | 0 | 32 | 50 | 230 | 50 | 53 |
| Binary | 1000001 | 10011000 | 1110000 | 111001 | 0 | 11010 | 101000 | 10011000 | 101000 | 101011 |
Color Harmonies of #419870
Complementary color
Monochromatic Colors of #419870
Black with #419870
Text Example
Text Example
White with #419870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419870; }
p { color: rgb(65,152,112); }
H1.HeaderClassName
{
color: #419870;
}
.AnyTagClassName
{
color: #419870;
}
</style>
background-color css
<style>
a { background-color: #419870; }
a { background-color: rgb(65,152,112); }
div.DivClassName
{
background-color: #419870;
}
.BgClassName
{
background-color: #419870;
}
</style>
border-color css
<style>
span { border-color: #419870; }
span { border-color: rgb(65,152,112); }
td.TdClassName
{
border-color: #419870;
}
.TagClassName
{
border-color: #419870;
}
</style>