Html Css Color HEX #318279 Elm

📋 copy color: '#318279'

red 49 ◦ green 130 ◦ blue 121

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

Shades of Elm #318279

Tints of Elm #318279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

 BLUE value IS 121 (47.66% from 255) = 40.33%

R = 16.33%
G = 43.33%
B = 40.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#318279 (or 0x318279) is known color: Elm. HEX triplet: 31, 82 and 79. RGB value is (49,130,121). Sum of RGB (Red+Green+Blue) = 49+130+121=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #318279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318279 is #CE7D86. Grayscale: #686868. Windows color (decimal): -13532551 or 7963185. OLE color: 7963185.

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

Color convert

RGB 49 130 121 -
CMYK 0.62 0 0.07 0.49
HSL 173.33º 0.45% 0.35% -
HSV(B) 173.33º 0.62% 0.51% -
XYZ 12.7 18 20.89 -
YUV 104.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 49 130 121 0.62 0 0.07 0.49 173.33 0.45 0.35
Hex 31 82 79 3E 0 7 31 AD 2D 23
Octal 61 202 171 76 0 7 61 255 55 43
Binary 110001 10000010 1111001 111110 0 111 110001 10101101 101101 100011

Color Harmonies of #318279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318279

Black with #318279

Text Example


Text Example

White with #318279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318279; }

 p { color: rgb(49,130,121); }

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

background-color css

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

 a { background-color: rgb(49,130,121); }

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

border-color css

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

 span { border-color: rgb(49,130,121); }

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