Html Css Color HEX #348358 Sea Green

📋 copy color: '#348358'

red 52 ◦ green 131 ◦ blue 88

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

Shades of Sea Green #348358

Tints of Sea Green #348358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.34%

 BLUE value IS 88 (34.77% from 255) = 32.47%

R = 19.19%
G = 48.34%
B = 32.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#348358 (or 0x348358) is known color: Sea Green. HEX triplet: 34, 83 and 58. RGB value is (52,131,88). Sum of RGB (Red+Green+Blue) = 52+131+88=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #348358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348358 is #CB7CA7. Grayscale: #666666. Windows color (decimal): -13335720 or 5800756. OLE color: 5800756.

HSL color Cylindrical-coordinate representation of color #348358: hue angle of 147.34º 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 #348358 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 88 -
CMYK 0.60 0 0.33 0.49
HSL 147.34º 0.43% 0.36% -
HSV(B) 147.34º 0.6% 0.51% -
XYZ 11.29 17.67 12.05 -
YUV 102.48 119.83 92 -
System Red Green Blue C M Y K H S L
Decimal 52 131 88 0.60 0 0.33 0.49 147.34 0.43 0.36
Hex 34 83 58 3C 0 21 31 93 2B 24
Octal 64 203 130 74 0 41 61 223 53 44
Binary 110100 10000011 1011000 111100 0 100001 110001 10010011 101011 100100

Color Harmonies of #348358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348358

Black with #348358

Text Example


Text Example

White with #348358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348358; }

 p { color: rgb(52,131,88); }

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

background-color css

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

 a { background-color: rgb(52,131,88); }

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

border-color css

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

 span { border-color: rgb(52,131,88); }

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