#348b55

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

Shades of Sea Green #348B55

Tints of Sea Green #348B55

Color information

#348B55 (or 0x348B55) is unknown color: approx Sea Green. HEX triplet: 34, 8B and 55. RGB value is (52,139,85). Sum of RGB (Red+Green+Blue) = 52+139+85=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #348B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B55 is #CB74AA. Grayscale: #6A6A6A. Windows color (decimal): -13333675 or 5606196. OLE color: 5606196.

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

Color convert

RGB5213985-
CMYK0.6300.390.45
HSL142.76º45.55%37.45%-
HSV(B)142.76º62.59%54.51%-
XYZ12.2919.8511.78-
YUV106.83115.6888.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 139 (54.69% from 255) = 50.36%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=18.84%
G=50.36%
B=30.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52139850.6300.390.45142.7645.5537.45
Hex348B553F0272D8f2e25
Octal6421312577047552175645
Binary110100100010111010101111111010011110110110001111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348b55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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