Html Css Color HEX #348A49 Sea Green

📋 copy color: '#348A49'

red 52 ◦ green 138 ◦ blue 73

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

Shades of Sea Green #348A49

Tints of Sea Green #348A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 19.77%
G = 52.47%
B = 27.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#348A49 (or 0x348A49) is known color: Sea Green. HEX triplet: 34, 8A and 49. RGB value is (52,138,73). Sum of RGB (Red+Green+Blue) = 52+138+73=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #348A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348A49 is #CB75B6. Grayscale: #696969. Windows color (decimal): -13333943 or 4819508. OLE color: 4819508.

HSL color Cylindrical-coordinate representation of color #348A49: hue angle of 134.65º 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 #348A49 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 138 73 -
CMYK 0.62 0 0.47 0.46
HSL 134.65º 0.45% 0.37% -
HSV(B) 134.65º 0.62% 0.54% -
XYZ 11.71 19.39 9.43 -
YUV 104.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 52 138 73 0.62 0 0.47 0.46 134.65 0.45 0.37
Hex 34 8A 49 3E 0 2F 2E 87 2D 25
Octal 64 212 111 76 0 57 56 207 55 45
Binary 110100 10001010 1001001 111110 0 101111 101110 10000111 101101 100101

Color Harmonies of #348A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A49

Black with #348A49

Text Example


Text Example

White with #348A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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