Html Css Color HEX #317D6F Genoa

📋 copy color: '#317D6F'

red 49 ◦ green 125 ◦ blue 111

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

Shades of Genoa #317D6F

Tints of Genoa #317D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.86%

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 17.19%
G = 43.86%
B = 38.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#317D6F (or 0x317D6F) is known color: Genoa. HEX triplet: 31, 7D and 6F. RGB value is (49,125,111). Sum of RGB (Red+Green+Blue) = 49+125+111=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #317D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D6F is #CE8290. Grayscale: #646464. Windows color (decimal): -13533841 or 7306545. OLE color: 7306545.

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

Color convert

RGB 49 125 111 -
CMYK 0.61 0 0.11 0.51
HSL 168.95º 0.44% 0.34% -
HSV(B) 168.95º 0.61% 0.49% -
XYZ 11.47 16.47 17.61 -
YUV 100.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 49 125 111 0.61 0 0.11 0.51 168.95 0.44 0.34
Hex 31 7D 6F 3D 0 B 33 A9 2C 22
Octal 61 175 157 75 0 13 63 251 54 42
Binary 110001 1111101 1101111 111101 0 1011 110011 10101001 101100 100010

Color Harmonies of #317D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317D6F

Black with #317D6F

Text Example


Text Example

White with #317D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,125,111); }

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

background-color css

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

 a { background-color: rgb(49,125,111); }

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

border-color css

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

 span { border-color: rgb(49,125,111); }

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