Html Css Color HEX #348A4F Sea Green

📋 copy color: '#348A4F'

red 52 ◦ green 138 ◦ blue 79

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

Shades of Sea Green #348A4F

Tints of Sea Green #348A4F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.3%

 BLUE value IS 79 (31.25% from 255) = 29.37%

R = 19.33%
G = 51.3%
B = 29.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#348A4F (or 0x348A4F) is known color: Sea Green. HEX triplet: 34, 8A and 4F. RGB value is (52,138,79). Sum of RGB (Red+Green+Blue) = 52+138+79=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #348A4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A4F is #CB75B0. Grayscale: #696969. Windows color (decimal): -13333937 or 5212724. OLE color: 5212724.

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

Color convert

RGB 52 138 79 -
CMYK 0.62 0 0.43 0.46
HSL 138.84º 0.45% 0.37% -
HSV(B) 138.84º 0.62% 0.54% -
XYZ 11.92 19.47 10.53 -
YUV 105.56 113.01 89.8 -
System Red Green Blue C M Y K H S L
Decimal 52 138 79 0.62 0 0.43 0.46 138.84 0.45 0.37
Hex 34 8A 4F 3E 0 2B 2E 8B 2D 25
Octal 64 212 117 76 0 53 56 213 55 45
Binary 110100 10001010 1001111 111110 0 101011 101110 10001011 101101 100101

Color Harmonies of #348A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A4F

Black with #348A4F

Text Example


Text Example

White with #348A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,138,79); }

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

background-color css

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

 a { background-color: rgb(52,138,79); }

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

border-color css

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

 span { border-color: rgb(52,138,79); }

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