Shades of Ocean Green #41A870
Tints of Ocean Green #41A870
RGB
CMYK
RGB Variations
Color information
#41A870 (or 0x41A870) is known color: Ocean Green. HEX triplet: 41, A8 and 70. RGB value is (65,168,112). Sum of RGB (Red+Green+Blue) = 65+168+112=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #41A870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A870 is #BE578F. Grayscale: #828282. Windows color (decimal): -12474256 or 7383105. OLE color: 7383105.
HSL color Cylindrical-coordinate representation of color #41A870: hue angle of 147.38º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A870 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 168 | 112 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.34 |
| HSL | 147.38º | 0.44% | 0.46% | - |
| HSV(B) | 147.38º | 0.61% | 0.66% | - |
| XYZ | 19.11 | 30.3 | 20.17 | - |
| YUV | 130.82 | 117.38 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 168 | 112 | 0.61 | 0 | 0.33 | 0.34 | 147.38 | 0.44 | 0.46 |
| Hex | 41 | A8 | 70 | 3D | 0 | 21 | 22 | 93 | 2C | 2E |
| Octal | 101 | 250 | 160 | 75 | 0 | 41 | 42 | 223 | 54 | 56 |
| Binary | 1000001 | 10101000 | 1110000 | 111101 | 0 | 100001 | 100010 | 10010011 | 101100 | 101110 |
Color Harmonies of #41A870
Complementary color
Monochromatic Colors of #41A870
Black with #41A870
Text Example
Text Example
White with #41A870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A870; }
p { color: rgb(65,168,112); }
H1.HeaderClassName
{
color: #41A870;
}
.AnyTagClassName
{
color: #41A870;
}
</style>
background-color css
<style>
a { background-color: #41A870; }
a { background-color: rgb(65,168,112); }
div.DivClassName
{
background-color: #41A870;
}
.BgClassName
{
background-color: #41A870;
}
</style>
border-color css
<style>
span { border-color: #41A870; }
span { border-color: rgb(65,168,112); }
td.TdClassName
{
border-color: #41A870;
}
.TagClassName
{
border-color: #41A870;
}
</style>