Shades of Ocean Green #409974
Tints of Ocean Green #409974
RGB
CMYK
RGB Variations
Color information
#409974 (or 0x409974) is known color: Ocean Green. HEX triplet: 40, 99 and 74. RGB value is (64,153,116). Sum of RGB (Red+Green+Blue) = 64+153+116=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #409974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409974 is #BF668B. Grayscale: #7A7A7A. Windows color (decimal): -12543628 or 7641408. OLE color: 7641408.
HSL color Cylindrical-coordinate representation of color #409974: hue angle of 155.06º degrees, saturation: 0.41, 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 #409974 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 116 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.4 |
| HSL | 155.06º | 0.41% | 0.43% | - |
| HSV(B) | 155.06º | 0.58% | 0.6% | - |
| XYZ | 16.66 | 25.13 | 20.5 | - |
| YUV | 122.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 116 | 0.58 | 0 | 0.24 | 0.4 | 155.06 | 0.41 | 0.43 |
| Hex | 40 | 99 | 74 | 3A | 0 | 18 | 28 | 9B | 29 | 2B |
| Octal | 100 | 231 | 164 | 72 | 0 | 30 | 50 | 233 | 51 | 53 |
| Binary | 1000000 | 10011001 | 1110100 | 111010 | 0 | 11000 | 101000 | 10011011 | 101001 | 101011 |
Color Harmonies of #409974
Complementary color
Monochromatic Colors of #409974
Black with #409974
Text Example
Text Example
White with #409974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409974; }
p { color: rgb(64,153,116); }
H1.HeaderClassName
{
color: #409974;
}
.AnyTagClassName
{
color: #409974;
}
</style>
background-color css
<style>
a { background-color: #409974; }
a { background-color: rgb(64,153,116); }
div.DivClassName
{
background-color: #409974;
}
.BgClassName
{
background-color: #409974;
}
</style>
border-color css
<style>
span { border-color: #409974; }
span { border-color: rgb(64,153,116); }
td.TdClassName
{
border-color: #409974;
}
.TagClassName
{
border-color: #409974;
}
</style>