Shades of Ocean Green #419B74
Tints of Ocean Green #419B74
RGB
CMYK
RGB Variations
Color information
#419B74 (or 0x419B74) is known color: Ocean Green. HEX triplet: 41, 9B and 74. RGB value is (65,155,116). Sum of RGB (Red+Green+Blue) = 65+155+116=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #419B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419B74 is #BE648B. Grayscale: #7B7B7B. Windows color (decimal): -12477580 or 7641921. OLE color: 7641921.
HSL color Cylindrical-coordinate representation of color #419B74: hue angle of 154º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419B74 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 155 | 116 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.39 |
| HSL | 154º | 0.41% | 0.43% | - |
| HSV(B) | 154º | 0.58% | 0.61% | - |
| XYZ | 17.05 | 25.83 | 20.61 | - |
| YUV | 123.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 116 | 0.58 | 0 | 0.25 | 0.39 | 154 | 0.41 | 0.43 |
| Hex | 41 | 9B | 74 | 3A | 0 | 19 | 27 | 9A | 29 | 2B |
| Octal | 101 | 233 | 164 | 72 | 0 | 31 | 47 | 232 | 51 | 53 |
| Binary | 1000001 | 10011011 | 1110100 | 111010 | 0 | 11001 | 100111 | 10011010 | 101001 | 101011 |
Color Harmonies of #419B74
Complementary color
Monochromatic Colors of #419B74
Black with #419B74
Text Example
Text Example
White with #419B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419B74; }
p { color: rgb(65,155,116); }
H1.HeaderClassName
{
color: #419B74;
}
.AnyTagClassName
{
color: #419B74;
}
</style>
background-color css
<style>
a { background-color: #419B74; }
a { background-color: rgb(65,155,116); }
div.DivClassName
{
background-color: #419B74;
}
.BgClassName
{
background-color: #419B74;
}
</style>
border-color css
<style>
span { border-color: #419B74; }
span { border-color: rgb(65,155,116); }
td.TdClassName
{
border-color: #419B74;
}
.TagClassName
{
border-color: #419B74;
}
</style>