Html Css Color HEX #349149 Sea Green

📋 copy color: '#349149'

red 52 ◦ green 145 ◦ blue 73

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

Shades of Sea Green #349149

Tints of Sea Green #349149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.7%

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

R = 19.26%
G = 53.7%
B = 27.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#349149 (or 0x349149) is known color: Sea Green. HEX triplet: 34, 91 and 49. RGB value is (52,145,73). Sum of RGB (Red+Green+Blue) = 52+145+73=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #349149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349149 is #CB6EB6. Grayscale: #6D6D6D. Windows color (decimal): -13332151 or 4821300. OLE color: 4821300.

HSL color Cylindrical-coordinate representation of color #349149: hue angle of 133.55º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349149 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 73 -
CMYK 0.64 0 0.50 0.43
HSL 133.55º 0.47% 0.39% -
HSV(B) 133.55º 0.64% 0.57% -
XYZ 12.74 21.46 9.77 -
YUV 108.99 107.69 87.35 -
System Red Green Blue C M Y K H S L
Decimal 52 145 73 0.64 0 0.50 0.43 133.55 0.47 0.39
Hex 34 91 49 40 0 32 2B 86 2F 27
Octal 64 221 111 100 0 62 53 206 57 47
Binary 110100 10010001 1001001 1000000 0 110010 101011 10000110 101111 100111

Color Harmonies of #349149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349149

Black with #349149

Text Example


Text Example

White with #349149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349149; }

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

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

background-color css

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

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

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

border-color css

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

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

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