Html Css Color HEX #317E6E Genoa

📋 copy color: '#317E6E'

red 49 ◦ green 126 ◦ blue 110

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

Shades of Genoa #317E6E

Tints of Genoa #317E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.21%

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

R = 17.19%
G = 44.21%
B = 38.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#317E6E (or 0x317E6E) is known color: Genoa. HEX triplet: 31, 7E and 6E. RGB value is (49,126,110). Sum of RGB (Red+Green+Blue) = 49+126+110=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 126 - color contains mainly: green. Hex color #317E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E6E is #CE8191. Grayscale: #656565. Windows color (decimal): -13533586 or 7241265. OLE color: 7241265.

HSL color Cylindrical-coordinate representation of color #317E6E: hue angle of 167.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317E6E is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 126 110 -
CMYK 0.61 0 0.13 0.51
HSL 167.53º 0.44% 0.34% -
HSV(B) 167.53º 0.61% 0.49% -
XYZ 11.54 16.7 17.37 -
YUV 101.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 49 126 110 0.61 0 0.13 0.51 167.53 0.44 0.34
Hex 31 7E 6E 3D 0 D 33 A8 2C 22
Octal 61 176 156 75 0 15 63 250 54 42
Binary 110001 1111110 1101110 111101 0 1101 110011 10101000 101100 100010

Color Harmonies of #317E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E6E

Black with #317E6E

Text Example


Text Example

White with #317E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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