Html Css Color HEX #349550 Sea Green

📋 copy color: '#349550'

red 52 ◦ green 149 ◦ blue 80

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

Shades of Sea Green #349550

Tints of Sea Green #349550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.02%

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 18.51%
G = 53.02%
B = 28.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#349550 (or 0x349550) is known color: Sea Green. HEX triplet: 34, 95 and 50. RGB value is (52,149,80). Sum of RGB (Red+Green+Blue) = 52+149+80=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #349550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349550 is #CB6AAF. Grayscale: #707070. Windows color (decimal): -13331120 or 5281076. OLE color: 5281076.

HSL color Cylindrical-coordinate representation of color #349550: hue angle of 137.32º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349550 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 80 -
CMYK 0.65 0 0.46 0.42
HSL 137.32º 0.48% 0.39% -
HSV(B) 137.32º 0.65% 0.58% -
XYZ 13.61 22.8 11.27 -
YUV 112.13 109.86 85.11 -
System Red Green Blue C M Y K H S L
Decimal 52 149 80 0.65 0 0.46 0.42 137.32 0.48 0.39
Hex 34 95 50 41 0 2E 2A 89 30 27
Octal 64 225 120 101 0 56 52 211 60 47
Binary 110100 10010101 1010000 1000001 0 101110 101010 10001001 110000 100111

Color Harmonies of #349550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349550

Black with #349550

Text Example


Text Example

White with #349550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349550; }

 p { color: rgb(52,149,80); }

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

background-color css

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

 a { background-color: rgb(52,149,80); }

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

border-color css

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

 span { border-color: rgb(52,149,80); }

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