Html Css Color HEX #317C6B Genoa

📋 copy color: '#317C6B'

red 49 ◦ green 124 ◦ blue 107

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

Shades of Genoa #317C6B

Tints of Genoa #317C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 17.5%
G = 44.29%
B = 38.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#317C6B (or 0x317C6B) is known color: Genoa. HEX triplet: 31, 7C and 6B. RGB value is (49,124,107). Sum of RGB (Red+Green+Blue) = 49+124+107=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #317C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317C6B is #CE8394. Grayscale: #636363. Windows color (decimal): -13534101 or 7044145. OLE color: 7044145.

HSL color Cylindrical-coordinate representation of color #317C6B: hue angle of 166.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 #317C6B is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 124 107 -
CMYK 0.60 0 0.14 0.51
HSL 166.4º 0.43% 0.34% -
HSV(B) 166.4º 0.6% 0.49% -
XYZ 11.13 16.13 16.44 -
YUV 99.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 49 124 107 0.60 0 0.14 0.51 166.4 0.43 0.34
Hex 31 7C 6B 3C 0 E 33 A6 2B 22
Octal 61 174 153 74 0 16 63 246 53 42
Binary 110001 1111100 1101011 111100 0 1110 110011 10100110 101011 100010

Color Harmonies of #317C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C6B

Black with #317C6B

Text Example


Text Example

White with #317C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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