Html Css Color HEX #348D53 Sea Green

📋 copy color: '#348D53'

red 52 ◦ green 141 ◦ blue 83

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

Shades of Sea Green #348D53

Tints of Sea Green #348D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 18.84%
G = 51.09%
B = 30.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#348D53 (or 0x348D53) is known color: Sea Green. HEX triplet: 34, 8D and 53. RGB value is (52,141,83). Sum of RGB (Red+Green+Blue) = 52+141+83=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #348D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D53 is #CB72AC. Grayscale: #6B6B6B. Windows color (decimal): -13333165 or 5475636. OLE color: 5475636.

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

Color convert

RGB 52 141 83 -
CMYK 0.63 0 0.41 0.45
HSL 140.9º 0.46% 0.38% -
HSV(B) 140.9º 0.63% 0.55% -
XYZ 12.5 20.4 11.46 -
YUV 107.78 114.01 88.22 -
System Red Green Blue C M Y K H S L
Decimal 52 141 83 0.63 0 0.41 0.45 140.9 0.46 0.38
Hex 34 8D 53 3F 0 29 2D 8D 2E 26
Octal 64 215 123 77 0 51 55 215 56 46
Binary 110100 10001101 1010011 111111 0 101001 101101 10001101 101110 100110

Color Harmonies of #348D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348D53

Black with #348D53

Text Example


Text Example

White with #348D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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