Html Css Color HEX #348D51 Sea Green

📋 copy color: '#348D51'

red 52 ◦ green 141 ◦ blue 81

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

Shades of Sea Green #348D51

Tints of Sea Green #348D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.56%

R = 18.98%
G = 51.46%
B = 29.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#348D51 (or 0x348D51) is known color: Sea Green. HEX triplet: 34, 8D and 51. RGB value is (52,141,81). Sum of RGB (Red+Green+Blue) = 52+141+81=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 141 (55.47% from 255 or 51.46% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 141 - color contains mainly: green. Hex color #348D51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D51 is #CB72AE. Grayscale: #6B6B6B. Windows color (decimal): -13333167 or 5344564. OLE color: 5344564.

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

Color convert

RGB 52 141 81 -
CMYK 0.63 0 0.43 0.45
HSL 139.55º 0.46% 0.38% -
HSV(B) 139.55º 0.63% 0.55% -
XYZ 12.43 20.37 11.06 -
YUV 107.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 52 141 81 0.63 0 0.43 0.45 139.55 0.46 0.38
Hex 34 8D 51 3F 0 2B 2D 8C 2E 26
Octal 64 215 121 77 0 53 55 214 56 46
Binary 110100 10001101 1010001 111111 0 101011 101101 10001100 101110 100110

Color Harmonies of #348D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348D51

Black with #348D51

Text Example


Text Example

White with #348D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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