Html Css Color HEX #318C80 Elm

📋 copy color: '#318C80'

red 49 ◦ green 140 ◦ blue 128

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

Shades of Elm #318C80

Tints of Elm #318C80

RGB

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

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

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

R = 15.46%
G = 44.16%
B = 40.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#318C80 (or 0x318C80) is known color: Elm. HEX triplet: 31, 8C and 80. RGB value is (49,140,128). Sum of RGB (Red+Green+Blue) = 49+140+128=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #318C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318C80 is #CE737F. Grayscale: #6F6F6F. Windows color (decimal): -13529984 or 8424497. OLE color: 8424497.

HSL color Cylindrical-coordinate representation of color #318C80: hue angle of 172.09º 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 #318C80 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 140 128 -
CMYK 0.65 0 0.09 0.45
HSL 172.09º 0.48% 0.37% -
HSV(B) 172.09º 0.65% 0.55% -
XYZ 14.54 20.97 23.7 -
YUV 111.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 49 140 128 0.65 0 0.09 0.45 172.09 0.48 0.37
Hex 31 8C 80 41 0 9 2D AC 30 25
Octal 61 214 200 101 0 11 55 254 60 45
Binary 110001 10001100 10000000 1000001 0 1001 101101 10101100 110000 100101

Color Harmonies of #318C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C80

Black with #318C80

Text Example


Text Example

White with #318C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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