Html Css Color HEX #317C6E Genoa

📋 copy color: '#317C6E'

red 49 ◦ green 124 ◦ blue 110

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

Shades of Genoa #317C6E

Tints of Genoa #317C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 17.31%
G = 43.82%
B = 38.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#317C6E (or 0x317C6E) is known color: Genoa. HEX triplet: 31, 7C and 6E. RGB value is (49,124,110). Sum of RGB (Red+Green+Blue) = 49+124+110=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #317C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317C6E is #CE8391. Grayscale: #636363. Windows color (decimal): -13534098 or 7240753. OLE color: 7240753.

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

Color convert

RGB 49 124 110 -
CMYK 0.60 0 0.11 0.51
HSL 168.8º 0.43% 0.34% -
HSV(B) 168.8º 0.6% 0.49% -
XYZ 11.29 16.19 17.28 -
YUV 99.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 49 124 110 0.60 0 0.11 0.51 168.8 0.43 0.34
Hex 31 7C 6E 3C 0 B 33 A9 2B 22
Octal 61 174 156 74 0 13 63 251 53 42
Binary 110001 1111100 1101110 111100 0 1011 110011 10101001 101011 100010

Color Harmonies of #317C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C6E

Black with #317C6E

Text Example


Text Example

White with #317C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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