#348D5C

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

Shades of Sea Green #348D5C

Tints of Sea Green #348D5C

Color information

#348D5C (or 0x348D5C) is unknown color: approx Sea Green. HEX triplet: 34, 8D and 5C. RGB value is (52,141,92). Sum of RGB (Red+Green+Blue) = 52+141+92=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #348D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D5C is #CB72A3. Grayscale: #6C6C6C. Windows color (decimal): -13333156 or 6065460. OLE color: 6065460.

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

Color convert

RGB5214192-
CMYK0.6300.350.45
HSL146.97º46.11%37.84%-
HSV(B)146.97º63.12%55.29%-
XYZ12.8720.5513.41-
YUV108.8118.5187.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=18.25%
G=49.47%
B=32.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52141920.6300.350.45146.9746.1137.84
Hex348D5C3F0232D932e26
Octal6421513477043552235646
Binary110100100011011011100111111010001110110110010011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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