Html Css Color HEX #348A50 Sea Green

📋 copy color: '#348A50'

red 52 ◦ green 138 ◦ blue 80

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

Shades of Sea Green #348A50

Tints of Sea Green #348A50

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.11%

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

R = 19.26%
G = 51.11%
B = 29.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#348A50 (or 0x348A50) is known color: Sea Green. HEX triplet: 34, 8A and 50. RGB value is (52,138,80). Sum of RGB (Red+Green+Blue) = 52+138+80=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #348A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A50 is #CB75AF. Grayscale: #696969. Windows color (decimal): -13333936 or 5278260. OLE color: 5278260.

HSL color Cylindrical-coordinate representation of color #348A50: hue angle of 139.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A50 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 138 80 -
CMYK 0.62 0 0.42 0.46
HSL 139.53º 0.45% 0.37% -
HSV(B) 139.53º 0.62% 0.54% -
XYZ 11.95 19.49 10.72 -
YUV 105.67 113.51 89.72 -
System Red Green Blue C M Y K H S L
Decimal 52 138 80 0.62 0 0.42 0.46 139.53 0.45 0.37
Hex 34 8A 50 3E 0 2A 2E 8C 2D 25
Octal 64 212 120 76 0 52 56 214 55 45
Binary 110100 10001010 1010000 111110 0 101010 101110 10001100 101101 100101

Color Harmonies of #348A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A50

Black with #348A50

Text Example


Text Example

White with #348A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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