#348B4E

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

Shades of Sea Green #348B4E

Tints of Sea Green #348B4E

Color information

#348B4E (or 0x348B4E) is unknown color: approx Sea Green. HEX triplet: 34, 8B and 4E. RGB value is (52,139,78). Sum of RGB (Red+Green+Blue) = 52+139+78=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #348B4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B4E is #CB74B1. Grayscale: #6A6A6A. Windows color (decimal): -13333682 or 5147444. OLE color: 5147444.

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

Color convert

RGB5213978-
CMYK0.6300.440.45
HSL137.93º45.55%37.45%-
HSV(B)137.93º62.59%54.51%-
XYZ12.0219.7510.39-
YUV106.03112.1889.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 139 (54.69% from 255) = 51.67%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=19.33%
G=51.67%
B=29.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52139780.6300.440.45137.9345.5537.45
Hex348B4E3F02C2D8a2e25
Octal6421311677054552125645
Binary110100100010111001110111111010110010110110001010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,139,78); }

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

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

 a { background-color: rgb(52,139,78); }

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

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

 span { border-color: rgb(52,139,78); }

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