Html Css Color HEX #349355 Sea Green

📋 copy color: '#349355'

red 52 ◦ green 147 ◦ blue 85

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

Shades of Sea Green #349355

Tints of Sea Green #349355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.76%

 BLUE value IS 85 (33.59% from 255) = 29.93%

R = 18.31%
G = 51.76%
B = 29.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#349355 (or 0x349355) is known color: Sea Green. HEX triplet: 34, 93 and 55. RGB value is (52,147,85). Sum of RGB (Red+Green+Blue) = 52+147+85=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #349355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349355 is #CB6CAA. Grayscale: #6F6F6F. Windows color (decimal): -13331627 or 5608244. OLE color: 5608244.

HSL color Cylindrical-coordinate representation of color #349355: hue angle of 140.84º 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 #349355 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 85 -
CMYK 0.65 0 0.42 0.42
HSL 140.84º 0.48% 0.39% -
HSV(B) 140.84º 0.65% 0.58% -
XYZ 13.49 22.25 12.18 -
YUV 111.53 113.03 85.54 -
System Red Green Blue C M Y K H S L
Decimal 52 147 85 0.65 0 0.42 0.42 140.84 0.48 0.39
Hex 34 93 55 41 0 2A 2A 8D 30 27
Octal 64 223 125 101 0 52 52 215 60 47
Binary 110100 10010011 1010101 1000001 0 101010 101010 10001101 110000 100111

Color Harmonies of #349355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349355

Black with #349355

Text Example


Text Example

White with #349355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349355; }

 p { color: rgb(52,147,85); }

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

background-color css

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

 a { background-color: rgb(52,147,85); }

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

border-color css

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

 span { border-color: rgb(52,147,85); }

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