Shades of Ocean Green #4A926A
Tints of Ocean Green #4A926A
RGB
CMYK
RGB Variations
Color information
#4A926A (or 0x4A926A) is known color: Ocean Green. HEX triplet: 4A, 92 and 6A. RGB value is (74,146,106). Sum of RGB (Red+Green+Blue) = 74+146+106=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #4A926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A926A is #B56D95. Grayscale: #787878. Windows color (decimal): -11890070 or 6984266. OLE color: 6984266.
HSL color Cylindrical-coordinate representation of color #4A926A: hue angle of 146.67º 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 #4A926A is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 146 | 106 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.43 |
| HSL | 146.67º | 0.33% | 0.43% | - |
| HSV(B) | 146.67º | 0.49% | 0.57% | - |
| XYZ | 15.7 | 23.05 | 17.26 | - |
| YUV | 119.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 146 | 106 | 0.49 | 0 | 0.27 | 0.43 | 146.67 | 0.33 | 0.43 |
| Hex | 4A | 92 | 6A | 31 | 0 | 1B | 2B | 93 | 21 | 2B |
| Octal | 112 | 222 | 152 | 61 | 0 | 33 | 53 | 223 | 41 | 53 |
| Binary | 1001010 | 10010010 | 1101010 | 110001 | 0 | 11011 | 101011 | 10010011 | 100001 | 101011 |
Color Harmonies of #4A926A
Complementary color
Monochromatic Colors of #4A926A
Black with #4A926A
Text Example
Text Example
White with #4A926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A926A; }
p { color: rgb(74,146,106); }
H1.HeaderClassName
{
color: #4A926A;
}
.AnyTagClassName
{
color: #4A926A;
}
</style>
background-color css
<style>
a { background-color: #4A926A; }
a { background-color: rgb(74,146,106); }
div.DivClassName
{
background-color: #4A926A;
}
.BgClassName
{
background-color: #4A926A;
}
</style>
border-color css
<style>
span { border-color: #4A926A; }
span { border-color: rgb(74,146,106); }
td.TdClassName
{
border-color: #4A926A;
}
.TagClassName
{
border-color: #4A926A;
}
</style>