Shades of Ocean Green #4BA569
Tints of Ocean Green #4BA569
RGB
CMYK
RGB Variations
Color information
#4BA569 (or 0x4BA569) is known color: Ocean Green. HEX triplet: 4B, A5 and 69. RGB value is (75,165,105). Sum of RGB (Red+Green+Blue) = 75+165+105=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA569 is #B45A96. Grayscale: #838383. Windows color (decimal): -11819671 or 6923595. OLE color: 6923595.
HSL color Cylindrical-coordinate representation of color #4BA569: hue angle of 140º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA569 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 165 | 105 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.35 |
| HSL | 140º | 0.38% | 0.47% | - |
| HSV(B) | 140º | 0.55% | 0.65% | - |
| XYZ | 18.91 | 29.43 | 18.05 | - |
| YUV | 131.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 165 | 105 | 0.55 | 0 | 0.36 | 0.35 | 140 | 0.38 | 0.47 |
| Hex | 4B | A5 | 69 | 37 | 0 | 24 | 23 | 8C | 26 | 2F |
| Octal | 113 | 245 | 151 | 67 | 0 | 44 | 43 | 214 | 46 | 57 |
| Binary | 1001011 | 10100101 | 1101001 | 110111 | 0 | 100100 | 100011 | 10001100 | 100110 | 101111 |
Color Harmonies of #4BA569
Complementary color
Monochromatic Colors of #4BA569
Black with #4BA569
Text Example
Text Example
White with #4BA569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA569; }
p { color: rgb(75,165,105); }
H1.HeaderClassName
{
color: #4BA569;
}
.AnyTagClassName
{
color: #4BA569;
}
</style>
background-color css
<style>
a { background-color: #4BA569; }
a { background-color: rgb(75,165,105); }
div.DivClassName
{
background-color: #4BA569;
}
.BgClassName
{
background-color: #4BA569;
}
</style>
border-color css
<style>
span { border-color: #4BA569; }
span { border-color: rgb(75,165,105); }
td.TdClassName
{
border-color: #4BA569;
}
.TagClassName
{
border-color: #4BA569;
}
</style>