Html Css Color HEX #317C6D Genoa

📋 copy color: '#317C6D'

red 49 ◦ green 124 ◦ blue 109

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

Shades of Genoa #317C6D

Tints of Genoa #317C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 17.38%
G = 43.97%
B = 38.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#317C6D (or 0x317C6D) is known color: Genoa. HEX triplet: 31, 7C and 6D. RGB value is (49,124,109). Sum of RGB (Red+Green+Blue) = 49+124+109=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #317C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317C6D is #CE8392. Grayscale: #636363. Windows color (decimal): -13534099 or 7175217. OLE color: 7175217.

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

Color convert

RGB 49 124 109 -
CMYK 0.60 0 0.12 0.51
HSL 168º 0.43% 0.34% -
HSV(B) 168º 0.6% 0.49% -
XYZ 11.23 16.17 17 -
YUV 99.87 133.15 91.72 -
System Red Green Blue C M Y K H S L
Decimal 49 124 109 0.60 0 0.12 0.51 168 0.43 0.34
Hex 31 7C 6D 3C 0 C 33 A8 2B 22
Octal 61 174 155 74 0 14 63 250 53 42
Binary 110001 1111100 1101101 111100 0 1100 110011 10101000 101011 100010

Color Harmonies of #317C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C6D

Black with #317C6D

Text Example


Text Example

White with #317C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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