Html Css Color HEX #348D49 Sea Green

📋 copy color: '#348D49'

red 52 ◦ green 141 ◦ blue 73

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

Shades of Sea Green #348D49

Tints of Sea Green #348D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.01%

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

R = 19.55%
G = 53.01%
B = 27.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#348D49 (or 0x348D49) is known color: Sea Green. HEX triplet: 34, 8D and 49. RGB value is (52,141,73). Sum of RGB (Red+Green+Blue) = 52+141+73=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #348D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D49 is #CB72B6. Grayscale: #6A6A6A. Windows color (decimal): -13333175 or 4820276. OLE color: 4820276.

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

Color convert

RGB 52 141 73 -
CMYK 0.63 0 0.48 0.45
HSL 134.16º 0.46% 0.38% -
HSV(B) 134.16º 0.63% 0.55% -
XYZ 12.14 20.26 9.57 -
YUV 106.64 109.01 89.03 -
System Red Green Blue C M Y K H S L
Decimal 52 141 73 0.63 0 0.48 0.45 134.16 0.46 0.38
Hex 34 8D 49 3F 0 30 2D 86 2E 26
Octal 64 215 111 77 0 60 55 206 56 46
Binary 110100 10001101 1001001 111111 0 110000 101101 10000110 101110 100110

Color Harmonies of #348D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348D49

Black with #348D49

Text Example


Text Example

White with #348D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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