Html Css Color HEX #348E50 Sea Green

📋 copy color: '#348E50'

red 52 ◦ green 142 ◦ blue 80

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

Shades of Sea Green #348E50

Tints of Sea Green #348E50

RGB

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

 GREEN value IS 142 (55.86% from 255) = 51.82%

 BLUE value IS 80 (31.64% from 255) = 29.2%

R = 18.98%
G = 51.82%
B = 29.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#348E50 (or 0x348E50) is known color: Sea Green. HEX triplet: 34, 8E and 50. RGB value is (52,142,80). Sum of RGB (Red+Green+Blue) = 52+142+80=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #348E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E50 is #CB71AF. Grayscale: #6C6C6C. Windows color (decimal): -13332912 or 5279284. OLE color: 5279284.

HSL color Cylindrical-coordinate representation of color #348E50: hue angle of 138.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E50 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 142 80 -
CMYK 0.63 0 0.44 0.44
HSL 138.67º 0.46% 0.38% -
HSV(B) 138.67º 0.63% 0.56% -
XYZ 12.54 20.66 10.92 -
YUV 108.02 112.18 88.04 -
System Red Green Blue C M Y K H S L
Decimal 52 142 80 0.63 0 0.44 0.44 138.67 0.46 0.38
Hex 34 8E 50 3F 0 2C 2C 8B 2E 26
Octal 64 216 120 77 0 54 54 213 56 46
Binary 110100 10001110 1010000 111111 0 101100 101100 10001011 101110 100110

Color Harmonies of #348E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348E50

Black with #348E50

Text Example


Text Example

White with #348E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,142,80); }

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

background-color css

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

 a { background-color: rgb(52,142,80); }

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

border-color css

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

 span { border-color: rgb(52,142,80); }

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