Html Css Color HEX #348B49 Sea Green

📋 copy color: '#348B49'

red 52 ◦ green 139 ◦ blue 73

#348B49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #348B49

Tints of Sea Green #348B49

RGB

 RED value IS 52 (20.7% from 255) = 19.7%

 GREEN value IS 139 (54.69% from 255) = 52.65%

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 19.7%
G = 52.65%
B = 27.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#348B49 (or 0x348B49) is known color: Sea Green. HEX triplet: 34, 8B and 49. RGB value is (52,139,73). Sum of RGB (Red+Green+Blue) = 52+139+73=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #348B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B49 is #CB74B6. Grayscale: #696969. Windows color (decimal): -13333687 or 4819764. OLE color: 4819764.

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

Color convert

RGB 52 139 73 -
CMYK 0.63 0 0.47 0.45
HSL 134.48º 0.46% 0.37% -
HSV(B) 134.48º 0.63% 0.55% -
XYZ 11.85 19.68 9.48 -
YUV 105.46 109.68 89.87 -
System Red Green Blue C M Y K H S L
Decimal 52 139 73 0.63 0 0.47 0.45 134.48 0.46 0.37
Hex 34 8B 49 3F 0 2F 2D 86 2E 25
Octal 64 213 111 77 0 57 55 206 56 45
Binary 110100 10001011 1001001 111111 0 101111 101101 10000110 101110 100101

Color Harmonies of #348B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B49

Black with #348B49

Text Example


Text Example

White with #348B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #348B49;
 }
 .AnyTagClassName
 {
   color: #348B49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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