Html Css Color HEX #348F58 Sea Green

📋 copy color: '#348F58'

red 52 ◦ green 143 ◦ blue 88

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

Shades of Sea Green #348F58

Tints of Sea Green #348F58

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.53%

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

R = 18.37%
G = 50.53%
B = 31.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#348F58 (or 0x348F58) is known color: Sea Green. HEX triplet: 34, 8F and 58. RGB value is (52,143,88). Sum of RGB (Red+Green+Blue) = 52+143+88=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #348F58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F58 is #CB70A7. Grayscale: #6D6D6D. Windows color (decimal): -13332648 or 5803828. OLE color: 5803828.

HSL color Cylindrical-coordinate representation of color #348F58: hue angle of 143.74º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F58 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 143 88 -
CMYK 0.64 0 0.38 0.44
HSL 143.74º 0.47% 0.38% -
HSV(B) 143.74º 0.64% 0.56% -
XYZ 13 21.08 12.62 -
YUV 109.52 115.85 86.97 -
System Red Green Blue C M Y K H S L
Decimal 52 143 88 0.64 0 0.38 0.44 143.74 0.47 0.38
Hex 34 8F 58 40 0 26 2C 90 2F 26
Octal 64 217 130 100 0 46 54 220 57 46
Binary 110100 10001111 1011000 1000000 0 100110 101100 10010000 101111 100110

Color Harmonies of #348F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F58

Black with #348F58

Text Example


Text Example

White with #348F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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