Shades of Sea Green #36825F
Tints of Sea Green #36825F
RGB
CMYK
RGB Variations
Color information
#36825F (or 0x36825F) is known color: Sea Green. HEX triplet: 36, 82 and 5F. RGB value is (54,130,95). Sum of RGB (Red+Green+Blue) = 54+130+95=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #36825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36825F is #C97DA0. Grayscale: #676767. Windows color (decimal): -13204897 or 6259254. OLE color: 6259254.
HSL color Cylindrical-coordinate representation of color #36825F: hue angle of 152.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36825F is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 95 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.49 |
| HSL | 152.37º | 0.41% | 0.36% | - |
| HSV(B) | 152.37º | 0.58% | 0.51% | - |
| XYZ | 11.57 | 17.58 | 13.61 | - |
| YUV | 103.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 95 | 0.58 | 0 | 0.27 | 0.49 | 152.37 | 0.41 | 0.36 |
| Hex | 36 | 82 | 5F | 3A | 0 | 1B | 31 | 98 | 29 | 24 |
| Octal | 66 | 202 | 137 | 72 | 0 | 33 | 61 | 230 | 51 | 44 |
| Binary | 110110 | 10000010 | 1011111 | 111010 | 0 | 11011 | 110001 | 10011000 | 101001 | 100100 |
Color Harmonies of #36825F
Complementary color
Monochromatic Colors of #36825F
Black with #36825F
Text Example
Text Example
White with #36825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36825F; }
p { color: rgb(54,130,95); }
H1.HeaderClassName
{
color: #36825F;
}
.AnyTagClassName
{
color: #36825F;
}
</style>
background-color css
<style>
a { background-color: #36825F; }
a { background-color: rgb(54,130,95); }
div.DivClassName
{
background-color: #36825F;
}
.BgClassName
{
background-color: #36825F;
}
</style>
border-color css
<style>
span { border-color: #36825F; }
span { border-color: rgb(54,130,95); }
td.TdClassName
{
border-color: #36825F;
}
.TagClassName
{
border-color: #36825F;
}
</style>