Shades of Ocean Green #439C74
Tints of Ocean Green #439C74
RGB
CMYK
RGB Variations
Color information
#439C74 (or 0x439C74) is known color: Ocean Green. HEX triplet: 43, 9C and 74. RGB value is (67,156,116). Sum of RGB (Red+Green+Blue) = 67+156+116=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #439C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439C74 is #BC638B. Grayscale: #7C7C7C. Windows color (decimal): -12346252 or 7642179. OLE color: 7642179.
HSL color Cylindrical-coordinate representation of color #439C74: hue angle of 153.03º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439C74 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 156 | 116 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.39 |
| HSL | 153.03º | 0.4% | 0.44% | - |
| HSV(B) | 153.03º | 0.57% | 0.61% | - |
| XYZ | 17.36 | 26.23 | 20.67 | - |
| YUV | 124.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 156 | 116 | 0.57 | 0 | 0.26 | 0.39 | 153.03 | 0.4 | 0.44 |
| Hex | 43 | 9C | 74 | 39 | 0 | 1A | 27 | 99 | 28 | 2C |
| Octal | 103 | 234 | 164 | 71 | 0 | 32 | 47 | 231 | 50 | 54 |
| Binary | 1000011 | 10011100 | 1110100 | 111001 | 0 | 11010 | 100111 | 10011001 | 101000 | 101100 |
Color Harmonies of #439C74
Complementary color
Monochromatic Colors of #439C74
Black with #439C74
Text Example
Text Example
White with #439C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439C74; }
p { color: rgb(67,156,116); }
H1.HeaderClassName
{
color: #439C74;
}
.AnyTagClassName
{
color: #439C74;
}
</style>
background-color css
<style>
a { background-color: #439C74; }
a { background-color: rgb(67,156,116); }
div.DivClassName
{
background-color: #439C74;
}
.BgClassName
{
background-color: #439C74;
}
</style>
border-color css
<style>
span { border-color: #439C74; }
span { border-color: rgb(67,156,116); }
td.TdClassName
{
border-color: #439C74;
}
.TagClassName
{
border-color: #439C74;
}
</style>