Shades of Ocean Green #41996F
Tints of Ocean Green #41996F
RGB
CMYK
RGB Variations
Color information
#41996F (or 0x41996F) is known color: Ocean Green. HEX triplet: 41, 99 and 6F. RGB value is (65,153,111). Sum of RGB (Red+Green+Blue) = 65+153+111=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #41996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41996F is #BE6690. Grayscale: #797979. Windows color (decimal): -12478097 or 7313729. OLE color: 7313729.
HSL color Cylindrical-coordinate representation of color #41996F: hue angle of 151.36º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41996F is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 111 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.4 |
| HSL | 151.36º | 0.4% | 0.43% | - |
| HSV(B) | 151.36º | 0.58% | 0.6% | - |
| XYZ | 16.44 | 25.05 | 19.01 | - |
| YUV | 121.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 111 | 0.58 | 0 | 0.27 | 0.4 | 151.36 | 0.4 | 0.43 |
| Hex | 41 | 99 | 6F | 3A | 0 | 1B | 28 | 97 | 28 | 2B |
| Octal | 101 | 231 | 157 | 72 | 0 | 33 | 50 | 227 | 50 | 53 |
| Binary | 1000001 | 10011001 | 1101111 | 111010 | 0 | 11011 | 101000 | 10010111 | 101000 | 101011 |
Color Harmonies of #41996F
Complementary color
Monochromatic Colors of #41996F
Black with #41996F
Text Example
Text Example
White with #41996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41996F; }
p { color: rgb(65,153,111); }
H1.HeaderClassName
{
color: #41996F;
}
.AnyTagClassName
{
color: #41996F;
}
</style>
background-color css
<style>
a { background-color: #41996F; }
a { background-color: rgb(65,153,111); }
div.DivClassName
{
background-color: #41996F;
}
.BgClassName
{
background-color: #41996F;
}
</style>
border-color css
<style>
span { border-color: #41996F; }
span { border-color: rgb(65,153,111); }
td.TdClassName
{
border-color: #41996F;
}
.TagClassName
{
border-color: #41996F;
}
</style>