Html Css Color HEX #317C75 Elm

📋 copy color: '#317C75'

red 49 ◦ green 124 ◦ blue 117

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

Shades of Elm #317C75

Tints of Elm #317C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.76%

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 16.9%
G = 42.76%
B = 40.34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#317C75 (or 0x317C75) is known color: Elm. HEX triplet: 31, 7C and 75. RGB value is (49,124,117). Sum of RGB (Red+Green+Blue) = 49+124+117=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #317C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317C75 is #CE838A. Grayscale: #646464. Windows color (decimal): -13534091 or 7699505. OLE color: 7699505.

HSL color Cylindrical-coordinate representation of color #317C75: hue angle of 174.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317C75 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 124 117 -
CMYK 0.60 0 0.06 0.51
HSL 174.4º 0.43% 0.34% -
HSV(B) 174.4º 0.6% 0.49% -
XYZ 11.69 16.35 19.37 -
YUV 100.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 49 124 117 0.60 0 0.06 0.51 174.4 0.43 0.34
Hex 31 7C 75 3C 0 6 33 AE 2B 22
Octal 61 174 165 74 0 6 63 256 53 42
Binary 110001 1111100 1110101 111100 0 110 110011 10101110 101011 100010

Color Harmonies of #317C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C75

Black with #317C75

Text Example


Text Example

White with #317C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317C75; }

 p { color: rgb(49,124,117); }

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

background-color css

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

 a { background-color: rgb(49,124,117); }

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

border-color css

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

 span { border-color: rgb(49,124,117); }

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