Html Css Color HEX #318B80 Elm

📋 copy color: '#318B80'

red 49 ◦ green 139 ◦ blue 128

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

Shades of Elm #318B80

Tints of Elm #318B80

RGB

 RED value IS 49 (19.53% from 255) = 15.51%

 GREEN value IS 139 (54.69% from 255) = 43.99%

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

R = 15.51%
G = 43.99%
B = 40.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#318B80 (or 0x318B80) is known color: Elm. HEX triplet: 31, 8B and 80. RGB value is (49,139,128). Sum of RGB (Red+Green+Blue) = 49+139+128=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #318B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318B80 is #CE747F. Grayscale: #6E6E6E. Windows color (decimal): -13530240 or 8424241. OLE color: 8424241.

HSL color Cylindrical-coordinate representation of color #318B80: hue angle of 172.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318B80 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 139 128 -
CMYK 0.65 0 0.08 0.45
HSL 172.67º 0.48% 0.37% -
HSV(B) 172.67º 0.65% 0.55% -
XYZ 14.4 20.68 23.65 -
YUV 110.84 137.68 83.89 -
System Red Green Blue C M Y K H S L
Decimal 49 139 128 0.65 0 0.08 0.45 172.67 0.48 0.37
Hex 31 8B 80 41 0 8 2D AD 30 25
Octal 61 213 200 101 0 10 55 255 60 45
Binary 110001 10001011 10000000 1000001 0 1000 101101 10101101 110000 100101

Color Harmonies of #318B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318B80

Black with #318B80

Text Example


Text Example

White with #318B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318B80; }

 p { color: rgb(49,139,128); }

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

background-color css

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

 a { background-color: rgb(49,139,128); }

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

border-color css

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

 span { border-color: rgb(49,139,128); }

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