Html Css Color HEX #348C5F Sea Green

📋 copy color: '#348C5F'

red 52 ◦ green 140 ◦ blue 95

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

Shades of Sea Green #348C5F

Tints of Sea Green #348C5F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.78%

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 18.12%
G = 48.78%
B = 33.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#348C5F (or 0x348C5F) is known color: Sea Green. HEX triplet: 34, 8C and 5F. RGB value is (52,140,95). Sum of RGB (Red+Green+Blue) = 52+140+95=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #348C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C5F is #CB73A0. Grayscale: #6C6C6C. Windows color (decimal): -13333409 or 6261812. OLE color: 6261812.

HSL color Cylindrical-coordinate representation of color #348C5F: hue angle of 149.32º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348C5F is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 140 95 -
CMYK 0.63 0 0.32 0.45
HSL 149.32º 0.46% 0.38% -
HSV(B) 149.32º 0.63% 0.55% -
XYZ 12.86 20.31 14.07 -
YUV 108.56 120.35 87.66 -
System Red Green Blue C M Y K H S L
Decimal 52 140 95 0.63 0 0.32 0.45 149.32 0.46 0.38
Hex 34 8C 5F 3F 0 20 2D 95 2E 26
Octal 64 214 137 77 0 40 55 225 56 46
Binary 110100 10001100 1011111 111111 0 100000 101101 10010101 101110 100110

Color Harmonies of #348C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C5F

Black with #348C5F

Text Example


Text Example

White with #348C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,140,95); }

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

background-color css

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

 a { background-color: rgb(52,140,95); }

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

border-color css

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

 span { border-color: rgb(52,140,95); }

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