Shades of Ocean Green #41A77B
Tints of Ocean Green #41A77B
RGB
CMYK
RGB Variations
Color information
#41A77B (or 0x41A77B) is known color: Ocean Green. HEX triplet: 41, A7 and 7B. RGB value is (65,167,123). Sum of RGB (Red+Green+Blue) = 65+167+123=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #41A77B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A77B is #BE5884. Grayscale: #838383. Windows color (decimal): -12474501 or 8103745. OLE color: 8103745.
HSL color Cylindrical-coordinate representation of color #41A77B: hue angle of 154.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A77B is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 167 | 123 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.35 |
| HSL | 154.12º | 0.44% | 0.45% | - |
| HSV(B) | 154.12º | 0.61% | 0.65% | - |
| XYZ | 19.57 | 30.19 | 23.53 | - |
| YUV | 131.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 167 | 123 | 0.61 | 0 | 0.26 | 0.35 | 154.12 | 0.44 | 0.45 |
| Hex | 41 | A7 | 7B | 3D | 0 | 1A | 23 | 9A | 2C | 2D |
| Octal | 101 | 247 | 173 | 75 | 0 | 32 | 43 | 232 | 54 | 55 |
| Binary | 1000001 | 10100111 | 1111011 | 111101 | 0 | 11010 | 100011 | 10011010 | 101100 | 101101 |
Color Harmonies of #41A77B
Complementary color
Monochromatic Colors of #41A77B
Black with #41A77B
Text Example
Text Example
White with #41A77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A77B; }
p { color: rgb(65,167,123); }
H1.HeaderClassName
{
color: #41A77B;
}
.AnyTagClassName
{
color: #41A77B;
}
</style>
background-color css
<style>
a { background-color: #41A77B; }
a { background-color: rgb(65,167,123); }
div.DivClassName
{
background-color: #41A77B;
}
.BgClassName
{
background-color: #41A77B;
}
</style>
border-color css
<style>
span { border-color: #41A77B; }
span { border-color: rgb(65,167,123); }
td.TdClassName
{
border-color: #41A77B;
}
.TagClassName
{
border-color: #41A77B;
}
</style>