Html Css Color HEX #348D48 Sea Green

📋 copy color: '#348D48'

red 52 ◦ green 141 ◦ blue 72

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

Shades of Sea Green #348D48

Tints of Sea Green #348D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.17%

R = 19.62%
G = 53.21%
B = 27.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#348D48 (or 0x348D48) is known color: Sea Green. HEX triplet: 34, 8D and 48. RGB value is (52,141,72). Sum of RGB (Red+Green+Blue) = 52+141+72=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #348D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D48 is #CB72B7. Grayscale: #6A6A6A. Windows color (decimal): -13333176 or 4754740. OLE color: 4754740.

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

Color convert

RGB 52 141 72 -
CMYK 0.63 0 0.49 0.45
HSL 133.48º 0.46% 0.38% -
HSV(B) 133.48º 0.63% 0.55% -
XYZ 12.11 20.25 9.4 -
YUV 106.52 108.51 89.11 -
System Red Green Blue C M Y K H S L
Decimal 52 141 72 0.63 0 0.49 0.45 133.48 0.46 0.38
Hex 34 8D 48 3F 0 31 2D 85 2E 26
Octal 64 215 110 77 0 61 55 205 56 46
Binary 110100 10001101 1001000 111111 0 110001 101101 10000101 101110 100110

Color Harmonies of #348D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348D48

Black with #348D48

Text Example


Text Example

White with #348D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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