#348D46

Color #348D46 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #348D46

Tints of Sea Green #348D46

Color information

#348D46 (or 0x348D46) is unknown color: approx Sea Green. HEX triplet: 34, 8D and 46. RGB value is (52,141,70). Sum of RGB (Red+Green+Blue) = 52+141+70=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #348D46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D46 is #CB72B9. Grayscale: #6A6A6A. Windows color (decimal): -13333178 or 4623668. OLE color: 4623668.

HSL color Cylindrical-coordinate representation of color #348D46: hue angle of 132.13º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348D46 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB5214170-
CMYK0.6300.500.45
HSL132.13º46.11%37.84%-
HSV(B)132.13º63.12%55.29%-
XYZ12.0520.229.06-
YUV106.3107.5189.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 141 (55.47% from 255) = 53.61%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=19.77%
G=53.61%
B=26.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52141700.6300.500.45132.1346.1137.84
Hex348D463F0322D842e26
Octal6421510677062552045646
Binary110100100011011000110111111011001010110110000100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348D46; }

 p { color: rgb(52,141,70); }

 H1.HeaderClassName
 {
   color: #348D46;
 }
 .AnyTagClassName
 {
   color: #348D46;
 }
</style>
background-color css

<style>
 a { background-color: #348D46; }

 a { background-color: rgb(52,141,70); }

 div.DivClassName
 {
   background-color: #348D46;
 }
 .BgClassName
 {
   background-color: #348D46;
 }
</style>
border-color css

<style>
 span { border-color: #348D46; }

 span { border-color: rgb(52,141,70); }

 td.TdClassName
 {
   border-color: #348D46;
 }
 .TagClassName
 {
   border-color: #348D46;
 }
</style>