Shades of Ocean Green #43A36B
Tints of Ocean Green #43A36B
RGB
CMYK
RGB Variations
Color information
#43A36B (or 0x43A36B) is known color: Ocean Green. HEX triplet: 43, A3 and 6B. RGB value is (67,163,107). Sum of RGB (Red+Green+Blue) = 67+163+107=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #43A36B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A36B is #BC5C94. Grayscale: #808080. Windows color (decimal): -12344469 or 7054147. OLE color: 7054147.
HSL color Cylindrical-coordinate representation of color #43A36B: hue angle of 145º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A36B is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 163 | 107 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.36 |
| HSL | 145º | 0.42% | 0.45% | - |
| HSV(B) | 145º | 0.59% | 0.64% | - |
| XYZ | 18.07 | 28.45 | 18.45 | - |
| YUV | 127.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 163 | 107 | 0.59 | 0 | 0.34 | 0.36 | 145 | 0.42 | 0.45 |
| Hex | 43 | A3 | 6B | 3B | 0 | 22 | 24 | 91 | 2A | 2D |
| Octal | 103 | 243 | 153 | 73 | 0 | 42 | 44 | 221 | 52 | 55 |
| Binary | 1000011 | 10100011 | 1101011 | 111011 | 0 | 100010 | 100100 | 10010001 | 101010 | 101101 |
Color Harmonies of #43A36B
Complementary color
Monochromatic Colors of #43A36B
Black with #43A36B
Text Example
Text Example
White with #43A36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A36B; }
p { color: rgb(67,163,107); }
H1.HeaderClassName
{
color: #43A36B;
}
.AnyTagClassName
{
color: #43A36B;
}
</style>
background-color css
<style>
a { background-color: #43A36B; }
a { background-color: rgb(67,163,107); }
div.DivClassName
{
background-color: #43A36B;
}
.BgClassName
{
background-color: #43A36B;
}
</style>
border-color css
<style>
span { border-color: #43A36B; }
span { border-color: rgb(67,163,107); }
td.TdClassName
{
border-color: #43A36B;
}
.TagClassName
{
border-color: #43A36B;
}
</style>