Html Css Color HEX #348980 Elm

📋 copy color: '#348980'

red 52 ◦ green 137 ◦ blue 128

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

Shades of Elm #348980

Tints of Elm #348980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 16.4%
G = 43.22%
B = 40.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#348980 (or 0x348980) is known color: Elm. HEX triplet: 34, 89 and 80. RGB value is (52,137,128). Sum of RGB (Red+Green+Blue) = 52+137+128=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #348980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348980 is #CB767F. Grayscale: #6E6E6E. Windows color (decimal): -13334144 or 8423732. OLE color: 8423732.

HSL color Cylindrical-coordinate representation of color #348980: hue angle of 173.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348980 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 128 -
CMYK 0.62 0 0.07 0.46
HSL 173.65º 0.45% 0.37% -
HSV(B) 173.65º 0.62% 0.54% -
XYZ 14.26 20.18 23.57 -
YUV 110.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 52 137 128 0.62 0 0.07 0.46 173.65 0.45 0.37
Hex 34 89 80 3E 0 7 2E AE 2D 25
Octal 64 211 200 76 0 7 56 256 55 45
Binary 110100 10001001 10000000 111110 0 111 101110 10101110 101101 100101

Color Harmonies of #348980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348980

Black with #348980

Text Example


Text Example

White with #348980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348980; }

 p { color: rgb(52,137,128); }

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

background-color css

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

 a { background-color: rgb(52,137,128); }

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

border-color css

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

 span { border-color: rgb(52,137,128); }

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