Shades of Sea Green #348B5C
Tints of Sea Green #348B5C
RGB
CMYK
RGB Variations
Color information
#348B5C (or 0x348B5C) is known color: Sea Green. HEX triplet: 34, 8B and 5C. RGB value is (52,139,92). Sum of RGB (Red+Green+Blue) = 52+139+92=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #348B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B5C is #CB74A3. Grayscale: #6B6B6B. Windows color (decimal): -13333668 or 6064948. OLE color: 6064948.
HSL color Cylindrical-coordinate representation of color #348B5C: hue angle of 147.59º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B5C is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
RGB | 52 | 139 | 92 | - |
CMYK | 0.63 | 0 | 0.34 | 0.45 |
HSL | 147.59º | 0.46% | 0.37% | - |
HSV(B) | 147.59º | 0.63% | 0.55% | - |
XYZ | 12.58 | 19.97 | 13.32 | - |
YUV | 107.63 | 119.18 | 88.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 139 | 92 | 0.63 | 0 | 0.34 | 0.45 | 147.59 | 0.46 | 0.37 |
Hex | 34 | 8B | 5C | 3F | 0 | 22 | 2D | 94 | 2E | 25 |
Octal | 64 | 213 | 134 | 77 | 0 | 42 | 55 | 224 | 56 | 45 |
Binary | 110100 | 10001011 | 1011100 | 111111 | 0 | 100010 | 101101 | 10010100 | 101110 | 100101 |
Color Harmonies of #348B5C
Complementary color
Monochromatic Colors of #348B5C
Black with #348B5C
Text Example
Text Example
White with #348B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B5C; }
p { color: rgb(52,139,92); }
H1.HeaderClassName
{
color: #348B5C;
}
.AnyTagClassName
{
color: #348B5C;
}
</style>
background-color css
<style>
a { background-color: #348B5C; }
a { background-color: rgb(52,139,92); }
div.DivClassName
{
background-color: #348B5C;
}
.BgClassName
{
background-color: #348B5C;
}
</style>
border-color css
<style>
span { border-color: #348B5C; }
span { border-color: rgb(52,139,92); }
td.TdClassName
{
border-color: #348B5C;
}
.TagClassName
{
border-color: #348B5C;
}
</style>