#348D57

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

Shades of Sea Green #348D57

Tints of Sea Green #348D57

Color information

#348D57 (or 0x348D57) is unknown color: approx Sea Green. HEX triplet: 34, 8D and 57. RGB value is (52,141,87). Sum of RGB (Red+Green+Blue) = 52+141+87=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #348D57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D57 is #CB72A8. Grayscale: #6C6C6C. Windows color (decimal): -13333161 or 5737780. OLE color: 5737780.

HSL color Cylindrical-coordinate representation of color #348D57: hue angle of 143.6º 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 #348D57 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB5214187-
CMYK0.6300.380.45
HSL143.6º46.11%37.84%-
HSV(B)143.6º63.12%55.29%-
XYZ12.6620.4712.3-
YUV108.23116.0187.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=18.57%
G=50.36%
B=31.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52141870.6300.380.45143.646.1137.84
Hex348D573F0262D902e26
Octal6421512777046552205646
Binary110100100011011010111111111010011010110110010000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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