Html Css Color HEX #318C81 Elm

📋 copy color: '#318C81'

red 49 ◦ green 140 ◦ blue 129

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

Shades of Elm #318C81

Tints of Elm #318C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.57%

R = 15.41%
G = 44.03%
B = 40.57%

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

#318C81 (or 0x318C81) is known color: Elm. HEX triplet: 31, 8C and 81. RGB value is (49,140,129). Sum of RGB (Red+Green+Blue) = 49+140+129=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 140 - color contains mainly: green. Hex color #318C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318C81 is #CE737E. Grayscale: #6F6F6F. Windows color (decimal): -13529983 or 8490033. OLE color: 8490033.

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

Color convert

RGB 49 140 129 -
CMYK 0.65 0 0.08 0.45
HSL 172.75º 0.48% 0.37% -
HSV(B) 172.75º 0.65% 0.55% -
XYZ 14.61 20.99 24.05 -
YUV 111.54 137.85 83.39 -
System Red Green Blue C M Y K H S L
Decimal 49 140 129 0.65 0 0.08 0.45 172.75 0.48 0.37
Hex 31 8C 81 41 0 8 2D AD 30 25
Octal 61 214 201 101 0 10 55 255 60 45
Binary 110001 10001100 10000001 1000001 0 1000 101101 10101101 110000 100101

Color Harmonies of #318C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C81

Black with #318C81

Text Example


Text Example

White with #318C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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