Html Css Color HEX #348261 Sea Green

📋 copy color: '#348261'

red 52 ◦ green 130 ◦ blue 97

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

Shades of Sea Green #348261

Tints of Sea Green #348261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 18.64%
G = 46.59%
B = 34.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#348261 (or 0x348261) is known color: Sea Green. HEX triplet: 34, 82 and 61. RGB value is (52,130,97). Sum of RGB (Red+Green+Blue) = 52+130+97=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #348261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348261 is #CB7D9E. Grayscale: #666666. Windows color (decimal): -13335967 or 6390324. OLE color: 6390324.

HSL color Cylindrical-coordinate representation of color #348261: hue angle of 154.62º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348261 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 97 -
CMYK 0.60 0 0.25 0.49
HSL 154.62º 0.43% 0.36% -
HSV(B) 154.62º 0.6% 0.51% -
XYZ 11.56 17.56 14.09 -
YUV 102.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 52 130 97 0.60 0 0.25 0.49 154.62 0.43 0.36
Hex 34 82 61 3C 0 19 31 9B 2B 24
Octal 64 202 141 74 0 31 61 233 53 44
Binary 110100 10000010 1100001 111100 0 11001 110001 10011011 101011 100100

Color Harmonies of #348261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348261

Black with #348261

Text Example


Text Example

White with #348261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348261; }

 p { color: rgb(52,130,97); }

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

background-color css

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

 a { background-color: rgb(52,130,97); }

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

border-color css

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

 span { border-color: rgb(52,130,97); }

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