Html Css Color HEX #348B4C Sea Green

📋 copy color: '#348B4C'

red 52 ◦ green 139 ◦ blue 76

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

Shades of Sea Green #348B4C

Tints of Sea Green #348B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.46%

R = 19.48%
G = 52.06%
B = 28.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#348B4C (or 0x348B4C) is known color: Sea Green. HEX triplet: 34, 8B and 4C. RGB value is (52,139,76). Sum of RGB (Red+Green+Blue) = 52+139+76=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #348B4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B4C is #CB74B3. Grayscale: #696969. Windows color (decimal): -13333684 or 5016372. OLE color: 5016372.

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

Color convert

RGB 52 139 76 -
CMYK 0.63 0 0.45 0.45
HSL 136.55º 0.46% 0.37% -
HSV(B) 136.55º 0.63% 0.55% -
XYZ 11.95 19.72 10.01 -
YUV 105.81 111.18 89.62 -
System Red Green Blue C M Y K H S L
Decimal 52 139 76 0.63 0 0.45 0.45 136.55 0.46 0.37
Hex 34 8B 4C 3F 0 2D 2D 89 2E 25
Octal 64 213 114 77 0 55 55 211 56 45
Binary 110100 10001011 1001100 111111 0 101101 101101 10001001 101110 100101

Color Harmonies of #348B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B4C

Black with #348B4C

Text Example


Text Example

White with #348B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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