#348B4F

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

Shades of Sea Green #348B4F

Tints of Sea Green #348B4F

Color information

#348B4F (or 0x348B4F) is unknown color: approx Sea Green. HEX triplet: 34, 8B and 4F. RGB value is (52,139,79). Sum of RGB (Red+Green+Blue) = 52+139+79=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #348B4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B4F is #CB74B0. Grayscale: #6A6A6A. Windows color (decimal): -13333681 or 5212980. OLE color: 5212980.

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

Color convert

RGB5213979-
CMYK0.6300.430.45
HSL138.62º45.55%37.45%-
HSV(B)138.62º62.59%54.51%-
XYZ12.0619.7610.58-
YUV106.15112.6889.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 139 (54.69% from 255) = 51.48%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=19.26%
G=51.48%
B=29.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52139790.6300.430.45138.6245.5537.45
Hex348B4F3F02B2D8b2e25
Octal6421311777053552135645
Binary110100100010111001111111111010101110110110001011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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