Shades of Sea Green #368850
Tints of Sea Green #368850
RGB
CMYK
RGB Variations
Color information
#368850 (or 0x368850) is known color: Sea Green. HEX triplet: 36, 88 and 50. RGB value is (54,136,80). Sum of RGB (Red+Green+Blue) = 54+136+80=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #368850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368850 is #C977AF. Grayscale: #696969. Windows color (decimal): -13203376 or 5277750. OLE color: 5277750.
HSL color Cylindrical-coordinate representation of color #368850: hue angle of 139.02º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368850 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 136 | 80 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.47 |
| HSL | 139.02º | 0.43% | 0.37% | - |
| HSV(B) | 139.02º | 0.6% | 0.53% | - |
| XYZ | 11.77 | 18.97 | 10.63 | - |
| YUV | 105.1 | 113.83 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 80 | 0.60 | 0 | 0.41 | 0.47 | 139.02 | 0.43 | 0.37 |
| Hex | 36 | 88 | 50 | 3C | 0 | 29 | 2F | 8B | 2B | 25 |
| Octal | 66 | 210 | 120 | 74 | 0 | 51 | 57 | 213 | 53 | 45 |
| Binary | 110110 | 10001000 | 1010000 | 111100 | 0 | 101001 | 101111 | 10001011 | 101011 | 100101 |
Color Harmonies of #368850
Complementary color
Monochromatic Colors of #368850
Black with #368850
Text Example
Text Example
White with #368850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368850; }
p { color: rgb(54,136,80); }
H1.HeaderClassName
{
color: #368850;
}
.AnyTagClassName
{
color: #368850;
}
</style>
background-color css
<style>
a { background-color: #368850; }
a { background-color: rgb(54,136,80); }
div.DivClassName
{
background-color: #368850;
}
.BgClassName
{
background-color: #368850;
}
</style>
border-color css
<style>
span { border-color: #368850; }
span { border-color: rgb(54,136,80); }
td.TdClassName
{
border-color: #368850;
}
.TagClassName
{
border-color: #368850;
}
</style>