Html Css Color HEX #348E4C Sea Green

📋 copy color: '#348E4C'

red 52 ◦ green 142 ◦ blue 76

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

Shades of Sea Green #348E4C

Tints of Sea Green #348E4C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.59%

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

R = 19.26%
G = 52.59%
B = 28.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#348E4C (or 0x348E4C) is known color: Sea Green. HEX triplet: 34, 8E and 4C. RGB value is (52,142,76). Sum of RGB (Red+Green+Blue) = 52+142+76=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #348E4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E4C is #CB71B3. Grayscale: #6B6B6B. Windows color (decimal): -13332916 or 5017140. OLE color: 5017140.

HSL color Cylindrical-coordinate representation of color #348E4C: hue angle of 136º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E4C is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 142 76 -
CMYK 0.63 0 0.46 0.44
HSL 136º 0.46% 0.38% -
HSV(B) 136º 0.63% 0.56% -
XYZ 12.39 20.6 10.16 -
YUV 107.57 110.18 88.37 -
System Red Green Blue C M Y K H S L
Decimal 52 142 76 0.63 0 0.46 0.44 136 0.46 0.38
Hex 34 8E 4C 3F 0 2E 2C 88 2E 26
Octal 64 216 114 77 0 56 54 210 56 46
Binary 110100 10001110 1001100 111111 0 101110 101100 10001000 101110 100110

Color Harmonies of #348E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348E4C

Black with #348E4C

Text Example


Text Example

White with #348E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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