Shades of Sea Green #33825E
Tints of Sea Green #33825E
RGB
CMYK
RGB Variations
Color information
#33825E (or 0x33825E) is known color: Sea Green. HEX triplet: 33, 82 and 5E. RGB value is (51,130,94). Sum of RGB (Red+Green+Blue) = 51+130+94=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #33825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33825E is #CC7DA1. Grayscale: #666666. Windows color (decimal): -13401506 or 6193715. OLE color: 6193715.
HSL color Cylindrical-coordinate representation of color #33825E: hue angle of 152.66º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33825E is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 94 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.49 |
| HSL | 152.66º | 0.44% | 0.35% | - |
| HSV(B) | 152.66º | 0.61% | 0.51% | - |
| XYZ | 11.37 | 17.48 | 13.36 | - |
| YUV | 102.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 94 | 0.61 | 0 | 0.28 | 0.49 | 152.66 | 0.44 | 0.35 |
| Hex | 33 | 82 | 5E | 3D | 0 | 1C | 31 | 99 | 2C | 23 |
| Octal | 63 | 202 | 136 | 75 | 0 | 34 | 61 | 231 | 54 | 43 |
| Binary | 110011 | 10000010 | 1011110 | 111101 | 0 | 11100 | 110001 | 10011001 | 101100 | 100011 |
Color Harmonies of #33825E
Complementary color
Monochromatic Colors of #33825E
Black with #33825E
Text Example
Text Example
White with #33825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33825E; }
p { color: rgb(51,130,94); }
H1.HeaderClassName
{
color: #33825E;
}
.AnyTagClassName
{
color: #33825E;
}
</style>
background-color css
<style>
a { background-color: #33825E; }
a { background-color: rgb(51,130,94); }
div.DivClassName
{
background-color: #33825E;
}
.BgClassName
{
background-color: #33825E;
}
</style>
border-color css
<style>
span { border-color: #33825E; }
span { border-color: rgb(51,130,94); }
td.TdClassName
{
border-color: #33825E;
}
.TagClassName
{
border-color: #33825E;
}
</style>