Html Css Color HEX #348F59 Sea Green

📋 copy color: '#348F59'

red 52 ◦ green 143 ◦ blue 89

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

Shades of Sea Green #348F59

Tints of Sea Green #348F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.34%

R = 18.31%
G = 50.35%
B = 31.34%

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

#348F59 (or 0x348F59) is known color: Sea Green. HEX triplet: 34, 8F and 59. RGB value is (52,143,89). Sum of RGB (Red+Green+Blue) = 52+143+89=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #348F59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F59 is #CB70A6. Grayscale: #6D6D6D. Windows color (decimal): -13332647 or 5869364. OLE color: 5869364.

HSL color Cylindrical-coordinate representation of color #348F59: hue angle of 144.4º 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 #348F59 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 143 89 -
CMYK 0.64 0 0.38 0.44
HSL 144.4º 0.47% 0.38% -
HSV(B) 144.4º 0.64% 0.56% -
XYZ 13.04 21.1 12.84 -
YUV 109.64 116.35 86.89 -
System Red Green Blue C M Y K H S L
Decimal 52 143 89 0.64 0 0.38 0.44 144.4 0.47 0.38
Hex 34 8F 59 40 0 26 2C 90 2F 26
Octal 64 217 131 100 0 46 54 220 57 46
Binary 110100 10001111 1011001 1000000 0 100110 101100 10010000 101111 100110

Color Harmonies of #348F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F59

Black with #348F59

Text Example


Text Example

White with #348F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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