Html Css Color HEX #318178 Elm

📋 copy color: '#318178'

red 49 ◦ green 129 ◦ blue 120

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

Shades of Elm #318178

Tints of Elm #318178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

 BLUE value IS 120 (47.27% from 255) = 40.27%

R = 16.44%
G = 43.29%
B = 40.27%

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

#318178 (or 0x318178) is known color: Elm. HEX triplet: 31, 81 and 78. RGB value is (49,129,120). Sum of RGB (Red+Green+Blue) = 49+129+120=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #318178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318178 is #CE7E87. Grayscale: #686868. Windows color (decimal): -13532808 or 7897393. OLE color: 7897393.

HSL color Cylindrical-coordinate representation of color #318178: hue angle of 173.25º 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 #318178 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 129 120 -
CMYK 0.62 0 0.07 0.49
HSL 173.25º 0.45% 0.35% -
HSV(B) 173.25º 0.62% 0.51% -
XYZ 12.51 17.71 20.53 -
YUV 104.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 49 129 120 0.62 0 0.07 0.49 173.25 0.45 0.35
Hex 31 81 78 3E 0 7 31 AD 2D 23
Octal 61 201 170 76 0 7 61 255 55 43
Binary 110001 10000001 1111000 111110 0 111 110001 10101101 101101 100011

Color Harmonies of #318178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318178

Black with #318178

Text Example


Text Example

White with #318178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318178; }

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

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

background-color css

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

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

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

border-color css

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

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

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