Html Css Color HEX #349353 Sea Green

📋 copy color: '#349353'

red 52 ◦ green 147 ◦ blue 83

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

Shades of Sea Green #349353

Tints of Sea Green #349353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.43%

R = 18.44%
G = 52.13%
B = 29.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#349353 (or 0x349353) is known color: Sea Green. HEX triplet: 34, 93 and 53. RGB value is (52,147,83). Sum of RGB (Red+Green+Blue) = 52+147+83=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #349353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349353 is #CB6CAC. Grayscale: #6F6F6F. Windows color (decimal): -13331629 or 5477172. OLE color: 5477172.

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

Color convert

RGB 52 147 83 -
CMYK 0.65 0 0.44 0.42
HSL 139.58º 0.48% 0.39% -
HSV(B) 139.58º 0.65% 0.58% -
XYZ 13.41 22.22 11.77 -
YUV 111.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 52 147 83 0.65 0 0.44 0.42 139.58 0.48 0.39
Hex 34 93 53 41 0 2C 2A 8C 30 27
Octal 64 223 123 101 0 54 52 214 60 47
Binary 110100 10010011 1010011 1000001 0 101100 101010 10001100 110000 100111

Color Harmonies of #349353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349353

Black with #349353

Text Example


Text Example

White with #349353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349353; }

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

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

background-color css

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

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

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

border-color css

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

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

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