Shades of Ocean Green #43A36C
Tints of Ocean Green #43A36C
RGB
CMYK
RGB Variations
Color information
#43A36C (or 0x43A36C) is known color: Ocean Green. HEX triplet: 43, A3 and 6C. RGB value is (67,163,108). Sum of RGB (Red+Green+Blue) = 67+163+108=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #43A36C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A36C is #BC5C93. Grayscale: #808080. Windows color (decimal): -12344468 or 7119683. OLE color: 7119683.
HSL color Cylindrical-coordinate representation of color #43A36C: hue angle of 145.62º 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 #43A36C is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 163 | 108 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.36 |
| HSL | 145.63º | 0.42% | 0.45% | - |
| HSV(B) | 145.63º | 0.59% | 0.64% | - |
| XYZ | 18.12 | 28.47 | 18.73 | - |
| YUV | 128.03 | 116.7 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 163 | 108 | 0.59 | 0 | 0.34 | 0.36 | 145.63 | 0.42 | 0.45 |
| Hex | 43 | A3 | 6C | 3B | 0 | 22 | 24 | 92 | 2A | 2D |
| Octal | 103 | 243 | 154 | 73 | 0 | 42 | 44 | 222 | 52 | 55 |
| Binary | 1000011 | 10100011 | 1101100 | 111011 | 0 | 100010 | 100100 | 10010010 | 101010 | 101101 |
Color Harmonies of #43A36C
Complementary color
Monochromatic Colors of #43A36C
Black with #43A36C
Text Example
Text Example
White with #43A36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A36C; }
p { color: rgb(67,163,108); }
H1.HeaderClassName
{
color: #43A36C;
}
.AnyTagClassName
{
color: #43A36C;
}
</style>
background-color css
<style>
a { background-color: #43A36C; }
a { background-color: rgb(67,163,108); }
div.DivClassName
{
background-color: #43A36C;
}
.BgClassName
{
background-color: #43A36C;
}
</style>
border-color css
<style>
span { border-color: #43A36C; }
span { border-color: rgb(67,163,108); }
td.TdClassName
{
border-color: #43A36C;
}
.TagClassName
{
border-color: #43A36C;
}
</style>