Html Css Color HEX #348950 Sea Green

📋 copy color: '#348950'

red 52 ◦ green 137 ◦ blue 80

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

Shades of Sea Green #348950

Tints of Sea Green #348950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.93%

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

R = 19.33%
G = 50.93%
B = 29.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#348950 (or 0x348950) is known color: Sea Green. HEX triplet: 34, 89 and 50. RGB value is (52,137,80). Sum of RGB (Red+Green+Blue) = 52+137+80=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #348950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348950 is #CB76AF. Grayscale: #696969. Windows color (decimal): -13334192 or 5278004. OLE color: 5278004.

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

Color convert

RGB 52 137 80 -
CMYK 0.62 0 0.42 0.46
HSL 139.76º 0.45% 0.37% -
HSV(B) 139.76º 0.62% 0.54% -
XYZ 11.81 19.2 10.67 -
YUV 105.09 113.84 90.13 -
System Red Green Blue C M Y K H S L
Decimal 52 137 80 0.62 0 0.42 0.46 139.76 0.45 0.37
Hex 34 89 50 3E 0 2A 2E 8C 2D 25
Octal 64 211 120 76 0 52 56 214 55 45
Binary 110100 10001001 1010000 111110 0 101010 101110 10001100 101101 100101

Color Harmonies of #348950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348950

Black with #348950

Text Example


Text Example

White with #348950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348950; }

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

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

background-color css

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

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

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

border-color css

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

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

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