Html Css Color HEX #348D5E Sea Green

📋 copy color: '#348D5E'

red 52 ◦ green 141 ◦ blue 94

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

Shades of Sea Green #348D5E

Tints of Sea Green #348D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 18.12%
G = 49.13%
B = 32.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#348D5E (or 0x348D5E) is known color: Sea Green. HEX triplet: 34, 8D and 5E. RGB value is (52,141,94). Sum of RGB (Red+Green+Blue) = 52+141+94=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #348D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D5E is #CB72A1. Grayscale: #6D6D6D. Windows color (decimal): -13333154 or 6196532. OLE color: 6196532.

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

Color convert

RGB 52 141 94 -
CMYK 0.63 0 0.33 0.45
HSL 148.31º 0.46% 0.38% -
HSV(B) 148.31º 0.63% 0.55% -
XYZ 12.96 20.59 13.88 -
YUV 109.03 119.51 87.32 -
System Red Green Blue C M Y K H S L
Decimal 52 141 94 0.63 0 0.33 0.45 148.31 0.46 0.38
Hex 34 8D 5E 3F 0 21 2D 94 2E 26
Octal 64 215 136 77 0 41 55 224 56 46
Binary 110100 10001101 1011110 111111 0 100001 101101 10010100 101110 100110

Color Harmonies of #348D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348D5E

Black with #348D5E

Text Example


Text Example

White with #348D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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