Shades of Ocean Green #4AB567
Tints of Ocean Green #4AB567
RGB
CMYK
RGB Variations
Color information
#4AB567 (or 0x4AB567) is known color: Ocean Green. HEX triplet: 4A, B5 and 67. RGB value is (74,181,103). Sum of RGB (Red+Green+Blue) = 74+181+103=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB567 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB567 is #B54A98. Grayscale: #8C8C8C. Windows color (decimal): -11881113 or 6796618. OLE color: 6796618.
HSL color Cylindrical-coordinate representation of color #4AB567: hue angle of 136.26º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB567 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 181 | 103 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.29 |
| HSL | 136.26º | 0.42% | 0.5% | - |
| HSV(B) | 136.26º | 0.59% | 0.71% | - |
| XYZ | 21.8 | 35.48 | 18.53 | - |
| YUV | 140.12 | 107.05 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 103 | 0.59 | 0 | 0.43 | 0.29 | 136.26 | 0.42 | 0.5 |
| Hex | 4A | B5 | 67 | 3B | 0 | 2B | 1D | 88 | 2A | 32 |
| Octal | 112 | 265 | 147 | 73 | 0 | 53 | 35 | 210 | 52 | 62 |
| Binary | 1001010 | 10110101 | 1100111 | 111011 | 0 | 101011 | 11101 | 10001000 | 101010 | 110010 |
Color Harmonies of #4AB567
Complementary color
Monochromatic Colors of #4AB567
Black with #4AB567
Text Example
Text Example
White with #4AB567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB567; }
p { color: rgb(74,181,103); }
H1.HeaderClassName
{
color: #4AB567;
}
.AnyTagClassName
{
color: #4AB567;
}
</style>
background-color css
<style>
a { background-color: #4AB567; }
a { background-color: rgb(74,181,103); }
div.DivClassName
{
background-color: #4AB567;
}
.BgClassName
{
background-color: #4AB567;
}
</style>
border-color css
<style>
span { border-color: #4AB567; }
span { border-color: rgb(74,181,103); }
td.TdClassName
{
border-color: #4AB567;
}
.TagClassName
{
border-color: #4AB567;
}
</style>