Shades of Ocean Green #409F6A
Tints of Ocean Green #409F6A
RGB
CMYK
RGB Variations
Color information
#409F6A (or 0x409F6A) is known color: Ocean Green. HEX triplet: 40, 9F and 6A. RGB value is (64,159,106). Sum of RGB (Red+Green+Blue) = 64+159+106=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #409F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409F6A is #BF6095. Grayscale: #7C7C7C. Windows color (decimal): -12542102 or 6987584. OLE color: 6987584.
HSL color Cylindrical-coordinate representation of color #409F6A: hue angle of 146.53º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409F6A is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 159 | 106 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.38 |
| HSL | 146.53º | 0.43% | 0.44% | - |
| HSV(B) | 146.53º | 0.6% | 0.62% | - |
| XYZ | 17.11 | 26.93 | 17.93 | - |
| YUV | 124.55 | 117.53 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 106 | 0.60 | 0 | 0.33 | 0.38 | 146.53 | 0.43 | 0.44 |
| Hex | 40 | 9F | 6A | 3C | 0 | 21 | 26 | 93 | 2B | 2C |
| Octal | 100 | 237 | 152 | 74 | 0 | 41 | 46 | 223 | 53 | 54 |
| Binary | 1000000 | 10011111 | 1101010 | 111100 | 0 | 100001 | 100110 | 10010011 | 101011 | 101100 |
Color Harmonies of #409F6A
Complementary color
Monochromatic Colors of #409F6A
Black with #409F6A
Text Example
Text Example
White with #409F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409F6A; }
p { color: rgb(64,159,106); }
H1.HeaderClassName
{
color: #409F6A;
}
.AnyTagClassName
{
color: #409F6A;
}
</style>
background-color css
<style>
a { background-color: #409F6A; }
a { background-color: rgb(64,159,106); }
div.DivClassName
{
background-color: #409F6A;
}
.BgClassName
{
background-color: #409F6A;
}
</style>
border-color css
<style>
span { border-color: #409F6A; }
span { border-color: rgb(64,159,106); }
td.TdClassName
{
border-color: #409F6A;
}
.TagClassName
{
border-color: #409F6A;
}
</style>