Shades of Sea Green #358A45
Tints of Sea Green #358A45
RGB
CMYK
RGB Variations
Color information
#358A45 (or 0x358A45) is known color: Sea Green. HEX triplet: 35, 8A and 45. RGB value is (53,138,69). Sum of RGB (Red+Green+Blue) = 53+138+69=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #358A45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A45 is #CA75BA. Grayscale: #686868. Windows color (decimal): -13268411 or 4557365. OLE color: 4557365.
HSL color Cylindrical-coordinate representation of color #358A45: hue angle of 131.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A45 is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 138 | 69 | - |
| CMYK | 0.62 | 0 | 0.5 | 0.46 |
| HSL | 131.29º | 0.45% | 0.37% | - |
| HSV(B) | 131.29º | 0.62% | 0.54% | - |
| XYZ | 11.63 | 19.36 | 8.75 | - |
| YUV | 104.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 69 | 0.62 | 0 | 0.5 | 0.46 | 131.29 | 0.45 | 0.37 |
| Hex | 35 | 8A | 45 | 3E | 0 | 32 | 2E | 83 | 2D | 25 |
| Octal | 65 | 212 | 105 | 76 | 0 | 62 | 56 | 203 | 55 | 45 |
| Binary | 110101 | 10001010 | 1000101 | 111110 | 0 | 110010 | 101110 | 10000011 | 101101 | 100101 |
Color Harmonies of #358A45
Complementary color
Monochromatic Colors of #358A45
Black with #358A45
Text Example
Text Example
White with #358A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A45; }
p { color: rgb(53,138,69); }
H1.HeaderClassName
{
color: #358A45;
}
.AnyTagClassName
{
color: #358A45;
}
</style>
background-color css
<style>
a { background-color: #358A45; }
a { background-color: rgb(53,138,69); }
div.DivClassName
{
background-color: #358A45;
}
.BgClassName
{
background-color: #358A45;
}
</style>
border-color css
<style>
span { border-color: #358A45; }
span { border-color: rgb(53,138,69); }
td.TdClassName
{
border-color: #358A45;
}
.TagClassName
{
border-color: #358A45;
}
</style>