Html Css Color HEX #348F4D Sea Green

📋 copy color: '#348F4D'

red 52 ◦ green 143 ◦ blue 77

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

Shades of Sea Green #348F4D

Tints of Sea Green #348F4D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.57%

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 19.12%
G = 52.57%
B = 28.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#348F4D (or 0x348F4D) is known color: Sea Green. HEX triplet: 34, 8F and 4D. RGB value is (52,143,77). Sum of RGB (Red+Green+Blue) = 52+143+77=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #348F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F4D is #CB70B2. Grayscale: #6C6C6C. Windows color (decimal): -13332659 or 5082932. OLE color: 5082932.

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

Color convert

RGB 52 143 77 -
CMYK 0.64 0 0.46 0.44
HSL 136.48º 0.47% 0.38% -
HSV(B) 136.48º 0.64% 0.56% -
XYZ 12.58 20.91 10.39 -
YUV 108.27 110.35 87.87 -
System Red Green Blue C M Y K H S L
Decimal 52 143 77 0.64 0 0.46 0.44 136.48 0.47 0.38
Hex 34 8F 4D 40 0 2E 2C 88 2F 26
Octal 64 217 115 100 0 56 54 210 57 46
Binary 110100 10001111 1001101 1000000 0 101110 101100 10001000 101111 100110

Color Harmonies of #348F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F4D

Black with #348F4D

Text Example


Text Example

White with #348F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,143,77); }

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

background-color css

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

 a { background-color: rgb(52,143,77); }

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

border-color css

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

 span { border-color: rgb(52,143,77); }

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