Html Css Color HEX #318A80 Elm

📋 copy color: '#318A80'

red 49 ◦ green 138 ◦ blue 128

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

Shades of Elm #318A80

Tints of Elm #318A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.81%

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

R = 15.56%
G = 43.81%
B = 40.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#318A80 (or 0x318A80) is known color: Elm. HEX triplet: 31, 8A and 80. RGB value is (49,138,128). Sum of RGB (Red+Green+Blue) = 49+138+128=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #318A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318A80 is #CE757F. Grayscale: #6E6E6E. Windows color (decimal): -13530496 or 8423985. OLE color: 8423985.

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

Color convert

RGB 49 138 128 -
CMYK 0.64 0 0.07 0.46
HSL 173.26º 0.48% 0.37% -
HSV(B) 173.26º 0.64% 0.54% -
XYZ 14.25 20.39 23.61 -
YUV 110.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 49 138 128 0.64 0 0.07 0.46 173.26 0.48 0.37
Hex 31 8A 80 40 0 7 2E AD 30 25
Octal 61 212 200 100 0 7 56 255 60 45
Binary 110001 10001010 10000000 1000000 0 111 101110 10101101 110000 100101

Color Harmonies of #318A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318A80

Black with #318A80

Text Example


Text Example

White with #318A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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