Html Css Color HEX #348D52 Sea Green

📋 copy color: '#348D52'

red 52 ◦ green 141 ◦ blue 82

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

Shades of Sea Green #348D52

Tints of Sea Green #348D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 18.91%
G = 51.27%
B = 29.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#348D52 (or 0x348D52) is known color: Sea Green. HEX triplet: 34, 8D and 52. RGB value is (52,141,82). Sum of RGB (Red+Green+Blue) = 52+141+82=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #348D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D52 is #CB72AD. Grayscale: #6B6B6B. Windows color (decimal): -13333166 or 5410100. OLE color: 5410100.

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

Color convert

RGB 52 141 82 -
CMYK 0.63 0 0.42 0.45
HSL 140.22º 0.46% 0.38% -
HSV(B) 140.22º 0.63% 0.55% -
XYZ 12.46 20.39 11.26 -
YUV 107.66 113.51 88.3 -
System Red Green Blue C M Y K H S L
Decimal 52 141 82 0.63 0 0.42 0.45 140.22 0.46 0.38
Hex 34 8D 52 3F 0 2A 2D 8C 2E 26
Octal 64 215 122 77 0 52 55 214 56 46
Binary 110100 10001101 1010010 111111 0 101010 101101 10001100 101110 100110

Color Harmonies of #348D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348D52

Black with #348D52

Text Example


Text Example

White with #348D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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