Shades of Ocean Green #4A926D
Tints of Ocean Green #4A926D
RGB
CMYK
RGB Variations
Color information
#4A926D (or 0x4A926D) is known color: Ocean Green. HEX triplet: 4A, 92 and 6D. RGB value is (74,146,109). Sum of RGB (Red+Green+Blue) = 74+146+109=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #4A926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A926D is #B56D92. Grayscale: #787878. Windows color (decimal): -11890067 or 7180874. OLE color: 7180874.
HSL color Cylindrical-coordinate representation of color #4A926D: hue angle of 149.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A926D is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 146 | 109 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.43 |
| HSL | 149.17º | 0.33% | 0.43% | - |
| HSV(B) | 149.17º | 0.49% | 0.57% | - |
| XYZ | 15.86 | 23.12 | 18.09 | - |
| YUV | 120.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 146 | 109 | 0.49 | 0 | 0.25 | 0.43 | 149.17 | 0.33 | 0.43 |
| Hex | 4A | 92 | 6D | 31 | 0 | 19 | 2B | 95 | 21 | 2B |
| Octal | 112 | 222 | 155 | 61 | 0 | 31 | 53 | 225 | 41 | 53 |
| Binary | 1001010 | 10010010 | 1101101 | 110001 | 0 | 11001 | 101011 | 10010101 | 100001 | 101011 |
Color Harmonies of #4A926D
Complementary color
Monochromatic Colors of #4A926D
Black with #4A926D
Text Example
Text Example
White with #4A926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A926D; }
p { color: rgb(74,146,109); }
H1.HeaderClassName
{
color: #4A926D;
}
.AnyTagClassName
{
color: #4A926D;
}
</style>
background-color css
<style>
a { background-color: #4A926D; }
a { background-color: rgb(74,146,109); }
div.DivClassName
{
background-color: #4A926D;
}
.BgClassName
{
background-color: #4A926D;
}
</style>
border-color css
<style>
span { border-color: #4A926D; }
span { border-color: rgb(74,146,109); }
td.TdClassName
{
border-color: #4A926D;
}
.TagClassName
{
border-color: #4A926D;
}
</style>