Html Css Color HEX #348D4A Sea Green

📋 copy color: '#348D4A'

red 52 ◦ green 141 ◦ blue 74

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

Shades of Sea Green #348D4A

Tints of Sea Green #348D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 19.48%
G = 52.81%
B = 27.72%

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

#348D4A (or 0x348D4A) is known color: Sea Green. HEX triplet: 34, 8D and 4A. RGB value is (52,141,74). Sum of RGB (Red+Green+Blue) = 52+141+74=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #348D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D4A is #CB72B5. Grayscale: #6A6A6A. Windows color (decimal): -13333174 or 4885812. OLE color: 4885812.

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

Color convert

RGB 52 141 74 -
CMYK 0.63 0 0.48 0.45
HSL 134.83º 0.46% 0.38% -
HSV(B) 134.83º 0.63% 0.55% -
XYZ 12.18 20.27 9.75 -
YUV 106.75 109.51 88.95 -
System Red Green Blue C M Y K H S L
Decimal 52 141 74 0.63 0 0.48 0.45 134.83 0.46 0.38
Hex 34 8D 4A 3F 0 30 2D 87 2E 26
Octal 64 215 112 77 0 60 55 207 56 46
Binary 110100 10001101 1001010 111111 0 110000 101101 10000111 101110 100110

Color Harmonies of #348D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348D4A

Black with #348D4A

Text Example


Text Example

White with #348D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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