#348D44

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

Shades of Sea Green #348D44

Tints of Sea Green #348D44

Color information

#348D44 (or 0x348D44) is unknown color: approx Sea Green. HEX triplet: 34, 8D and 44. RGB value is (52,141,68). Sum of RGB (Red+Green+Blue) = 52+141+68=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #348D44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D44 is #CB72BB. Grayscale: #6A6A6A. Windows color (decimal): -13333180 or 4492596. OLE color: 4492596.

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

Color convert

RGB5214168-
CMYK0.6300.520.45
HSL130.79º46.11%37.84%-
HSV(B)130.79º63.12%55.29%-
XYZ11.9820.28.74-
YUV106.07106.5189.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 141 (55.47% from 255) = 54.02%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=19.92%
G=54.02%
B=26.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52141680.6300.520.45130.7946.1137.84
Hex348D443F0342D832e26
Octal6421510477064552035646
Binary110100100011011000100111111011010010110110000011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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