Html Css Color HEX #348F50 Sea Green

📋 copy color: '#348F50'

red 52 ◦ green 143 ◦ blue 80

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

Shades of Sea Green #348F50

Tints of Sea Green #348F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52%

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

R = 18.91%
G = 52%
B = 29.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#348F50 (or 0x348F50) is known color: Sea Green. HEX triplet: 34, 8F and 50. RGB value is (52,143,80). Sum of RGB (Red+Green+Blue) = 52+143+80=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #348F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F50 is #CB70AF. Grayscale: #6C6C6C. Windows color (decimal): -13332656 or 5279540. OLE color: 5279540.

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

Color convert

RGB 52 143 80 -
CMYK 0.64 0 0.44 0.44
HSL 138.46º 0.47% 0.38% -
HSV(B) 138.46º 0.64% 0.56% -
XYZ 12.69 20.95 10.97 -
YUV 108.61 111.85 87.62 -
System Red Green Blue C M Y K H S L
Decimal 52 143 80 0.64 0 0.44 0.44 138.46 0.47 0.38
Hex 34 8F 50 40 0 2C 2C 8A 2F 26
Octal 64 217 120 100 0 54 54 212 57 46
Binary 110100 10001111 1010000 1000000 0 101100 101100 10001010 101111 100110

Color Harmonies of #348F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F50

Black with #348F50

Text Example


Text Example

White with #348F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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