Html Css Color HEX #348B5E Sea Green

📋 copy color: '#348B5E'

red 52 ◦ green 139 ◦ blue 94

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

Shades of Sea Green #348B5E

Tints of Sea Green #348B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.77%

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

R = 18.25%
G = 48.77%
B = 32.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#348B5E (or 0x348B5E) is known color: Sea Green. HEX triplet: 34, 8B and 5E. RGB value is (52,139,94). Sum of RGB (Red+Green+Blue) = 52+139+94=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #348B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B5E is #CB74A1. Grayscale: #6B6B6B. Windows color (decimal): -13333666 or 6196020. OLE color: 6196020.

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

Color convert

RGB 52 139 94 -
CMYK 0.63 0 0.32 0.45
HSL 148.97º 0.46% 0.37% -
HSV(B) 148.97º 0.63% 0.55% -
XYZ 12.67 20 13.78 -
YUV 107.86 120.18 88.16 -
System Red Green Blue C M Y K H S L
Decimal 52 139 94 0.63 0 0.32 0.45 148.97 0.46 0.37
Hex 34 8B 5E 3F 0 20 2D 95 2E 25
Octal 64 213 136 77 0 40 55 225 56 45
Binary 110100 10001011 1011110 111111 0 100000 101101 10010101 101110 100101

Color Harmonies of #348B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B5E

Black with #348B5E

Text Example


Text Example

White with #348B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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